test docker

This commit is contained in:
Darren 2023-12-11 07:59:03 +08:00 committed by GitHub
parent 145a39bbd9
commit a2707f75bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -76,7 +76,7 @@ jobs:
##begin----------- special task for apphub----------------------#
- name: Trigger media.yml workflow
if: env.APP == 'apphub' && if env.MEDIA_FROM == 'source'
if: env.APP == 'apphub' && env.MEDIA_FROM == 'source'
uses: mathze/workflow-dispatch-action@v1.1.0
id: startAndWaitWorkflow
with:
@ -86,12 +86,12 @@ jobs:
wait-interval: PT10S
- name: Wait for Workflow
if: env.APP == 'apphub' && if env.MEDIA_FROM == 'source'
if: env.APP == 'apphub' && env.MEDIA_FROM == 'source'
run: "echo ${{ steps.startAndWaitWorkflow.outputs.run-id }}"
- name: Download media.zip from action artifact
uses: Legit-Labs/action-download-artifact@v2
if: env.APP == 'apphub' && if env.MEDIA_FROM == 'source'
if: env.APP == 'apphub' && env.MEDIA_FROM == 'source'
with:
workflow: media.yml
name: media

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: 202312110757, you can modify here to trigger Docker Build action
# modify time: 202312110758, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye