test docker

This commit is contained in:
Darren 2023-12-11 07:56:14 +08:00 committed by GitHub
parent 5da303c767
commit 6ff55a759d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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 ---------------------#

View file

@ -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