test docker build

This commit is contained in:
Darren 2023-12-08 15:56:11 +08:00 committed by GitHub
parent d1f96b8016
commit daed08e2db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ jobs:
- name: Trigger media.yml workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: media
workflow: media.yml
if: env.APP == 'apphub'
- name: Download media.zip from artifacts

View file

@ -1,4 +1,4 @@
name: Buidl media for apphub image
name: Build media for apphub image
on:
workflow_dispatch:

View file

@ -1,4 +1,4 @@
# modify time: 202312081543, you can modify here to trigger Docker Build action
# modify time: 202312081555, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye
LABEL maintainer="Websoft9<help@websoft9.com>"