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 repository: websoft9/docker-library
event-type: custom_event event-type: custom_event
token: ${{secrets.MYGITHUB_ADMIN_TOKEN}} token: ${{secrets.MYGITHUB_ADMIN_TOKEN}}
ref: ${{ github.ref }} client-payload: '{"branch": "${{ github.ref }}"}'
if: env.APP == 'apphub' if: env.APP == 'apphub'
# release media step1 # release media step1

View File

@ -1,11 +1,11 @@
# This file can running at actions # This file can running at actions
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release # 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 FROM python:3.10-slim-bullseye
LABEL maintainer="Websoft9<help@websoft9.com>" LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.1.8" LABEL version="0.1.9-dev"
WORKDIR /websoft9 WORKDIR /websoft9

View File

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