Merge branch 'dev' into main

This commit is contained in:
qiaofeng1227 2024-12-30 14:28:00 +08:00
commit 3cc0b8d933
3 changed files with 4 additions and 4 deletions

View File

@ -119,7 +119,7 @@ jobs:
repository: websoft9/docker-library
event-type: custom_event
token: ${{secrets.MYGITHUB_ADMIN_TOKEN}}
ref: ${{ github.ref }}
client-payload: '{"branch": "${{ github.ref }}"}'
if: env.APP == 'apphub'
# release media step1

View File

@ -1,11 +1,11 @@
# This file can running at actions
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
# modify time: 202412251101, you can modify here to trigger Docker Build action
# modify time: 202412301302, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.1.8"
LABEL version="0.1.9-dev"
WORKDIR /websoft9

View File

@ -18,7 +18,7 @@ export PATH
#
# $ sudo bash install.sh --port 9001
#
# --channel <release|dev>
# --channel <release|rc|dev>
# Use the --channel option to install a release(production) or dev distribution. default is release, for example:
#
# $ sudo bash install.sh --channel release