mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 01:00:20 +08:00
Merge branch 'dev' into main
This commit is contained in:
commit
3cc0b8d933
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user