mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
test action
This commit is contained in:
parent
518a6fc26c
commit
a0587b4579
2 changed files with 9 additions and 1 deletions
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue