Skip to content

Commit 7470bbd

Browse files
committed
fix: add deploy dispatch to publish action
1 parent 564154d commit 7470bbd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-image-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ jobs:
3131
tags: ${{ steps.meta.outputs.tags }}
3232
labels: ${{ steps.meta.outputs.labels }}
3333
push: true
34+
- name: Repository Dispatch
35+
uses: peter-evans/repository-dispatch@v1
36+
with:
37+
token: ${{ secrets.API_TOKEN_GITHUB }}
38+
repository: manasky/docker-compose
39+
event-type: lorem-new-version
40+
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)