mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
fix action
This commit is contained in:
parent
dc4aa501e0
commit
963b6eeb48
1 changed files with 9 additions and 7 deletions
16
.github/workflows/docker.yml
vendored
16
.github/workflows/docker.yml
vendored
|
@ -26,13 +26,6 @@ jobs:
|
|||
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: |
|
||||
git diff --name-only HEAD^ HEAD
|
||||
|
@ -112,6 +105,15 @@ jobs:
|
|||
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
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue