diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 658c4e77..379a5190 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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