mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
fix action
This commit is contained in:
parent
dc4aa501e0
commit
963b6eeb48
16
.github/workflows/docker.yml
vendored
16
.github/workflows/docker.yml
vendored
@ -25,13 +25,6 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Trigger docker-libaray/release.yml workflow
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
with:
|
||||
repository: websoft9/docker-library
|
||||
event-type: custom_event
|
||||
token: ${{secrets.MYGITHUB_ADMIN_TOKEN}}
|
||||
|
||||
- id: set-matrix
|
||||
run: |
|
||||
@ -111,6 +104,15 @@ jobs:
|
||||
run: |
|
||||
curl -o media.zip https://w9artifact.blob.core.windows.net/release/websoft9/plugin/media/media-latest.zip
|
||||
if: env.MEDIA_FROM == 'artifact'
|
||||
|
||||
# release docker-library
|
||||
- name: Trigger docker-libaray/release.yml workflow
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
with:
|
||||
repository: websoft9/docker-library
|
||||
event-type: custom_event
|
||||
token: ${{secrets.MYGITHUB_ADMIN_TOKEN}}
|
||||
if: env.APP == 'apphub'
|
||||
|
||||
# release media step1
|
||||
- name: Create more files
|
||||
|
Loading…
Reference in New Issue
Block a user