mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
test build
This commit is contained in:
parent
367d496fd5
commit
f03e1c531b
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
@ -25,16 +25,12 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
- name: Trigger docker-libaray/release.yml workflow
|
- name: Trigger docker-libaray/release.yml workflow
|
||||||
uses: mathze/workflow-dispatch-action@v1.1.0
|
uses: peter-evans/repository-dispatch@v2
|
||||||
with:
|
with:
|
||||||
workflow-name: release.yml
|
repository: websoft9/docker-library
|
||||||
repo: docker-libaray
|
event-type: custom_event
|
||||||
owner: websoft9
|
|
||||||
run-id: library
|
|
||||||
ref: main
|
|
||||||
token: ${{github.token}}
|
|
||||||
|
|
||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
run: |
|
run: |
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This file can running at actions
|
# This file can running at actions
|
||||||
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
|
# 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
|
FROM python:3.10-slim-bullseye
|
||||||
|
Loading…
Reference in New Issue
Block a user