fix action

This commit is contained in:
Darren 2023-12-15 14:17:42 +08:00 committed by GitHub
parent dc4aa501e0
commit 963b6eeb48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |