test build

This commit is contained in:
Darren 2023-12-15 10:51:20 +08:00 committed by GitHub
parent 367d496fd5
commit f03e1c531b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View file

@ -25,16 +25,12 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Trigger docker-libaray/release.yml workflow
uses: mathze/workflow-dispatch-action@v1.1.0
uses: peter-evans/repository-dispatch@v2
with:
workflow-name: release.yml
repo: docker-libaray
owner: websoft9
run-id: library
ref: main
token: ${{github.token}}
repository: websoft9/docker-library
event-type: custom_event
- id: set-matrix
run: |

View file

@ -1,6 +1,6 @@
# This file can running at actions
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
# modify time: 202312151040, you can modify here to trigger Docker Build action
# modify time: 202312151050, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye