Update docker-build.yml

This commit is contained in:
Ahmed Bouhuolia
2021-09-29 13:19:03 +02:00
committed by GitHub
parent ef42140f71
commit 1fc14bd2b8

View File

@@ -53,6 +53,11 @@ jobs:
push: true
tags: ghcr.io/bigcapitalhq/client:latest
labels: ${{ steps.meta.outputs.labels }}
# Send notification to Slack channel.
- name: Slack Notification built and published successfully.
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}