Skip to content

Commit 9a8f124

Browse files
committed
ci: pass SLACK_RELEASES_WEBHOOK_URL to docker publish workflow
Wire the releases webhook secret so the docker publish end job can send the Slack notification after images are pushed.
1 parent 6da4d7b commit 9a8f124

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
3333
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
3434
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
35+
SLACK_RELEASES_WEBHOOK_URL: ${{ secrets.SLACK_RELEASES_WEBHOOK_URL }}
3536
GH_PERSONAL_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}

0 commit comments

Comments
 (0)