test action

This commit is contained in:
Darren 2023-12-15 10:30:10 +08:00 committed by GitHub
parent 518a6fc26c
commit a0587b4579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -25,6 +25,14 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Trigger docker-libaray/release.yml workflow
uses: mathze/workflow-dispatch-action@v1.1.0
with:
workflow-name: release.yml
repo: docker-libaray
owner: websoft9
token: ${{github.token}}
- 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: 202312151016, you can modify here to trigger Docker Build action
# modify time: 202312151030, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye