mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
test docker
This commit is contained in:
parent
5da303c767
commit
6ff55a759d
2 changed files with 4 additions and 4 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
@ -97,10 +97,10 @@ jobs:
|
|||
path: ${{env.DIRECTORY}}
|
||||
if: env.APP == 'apphub' && if env.MEDIA_FROM == 'source'
|
||||
|
||||
- name: Download media-latest.zip from Websoft9 artifact
|
||||
run: |
|
||||
- name: Download media-latest.zip from Websoft9 artifact
|
||||
if: env.MEDIA_FROM == 'artifact'
|
||||
run: |
|
||||
curl -o media.zip https://w9artifact.blob.core.windows.net/release/websoft9/plugin/media/media-latest.zip
|
||||
if env.MEDIA_FROM == 'artifact'
|
||||
|
||||
##end------------ special task for apphub ---------------------#
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This file can running at actions
|
||||
# If you build this image on local, need download media.zip from WEBSOFT9_ARTIFACT to docker/apphub directory
|
||||
|
||||
# modify time: 202312110754, you can modify here to trigger Docker Build action
|
||||
# modify time: 202312110756, you can modify here to trigger Docker Build action
|
||||
|
||||
|
||||
FROM python:3.10-slim-bullseye
|
||||
|
|
Loading…
Reference in a new issue