Skip to content

Commit

Permalink
fix: add deploy dispatch to publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
theredrad committed Oct 1, 2021
1 parent 564154d commit 7470bbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
repository: manasky/docker-compose
event-type: lorem-new-version
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 comments on commit 7470bbd

Please sign in to comment.