mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
test docker
This commit is contained in:
parent
5da303c767
commit
6ff55a759d
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -98,9 +98,9 @@ jobs:
|
||||
if: env.APP == 'apphub' && if env.MEDIA_FROM == 'source'
|
||||
|
||||
- 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 New Issue
Block a user