Skip to content

Commit

Permalink
[skip ci] buildx: add webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobas2 authored Jun 9, 2023
1 parent 1c9d896 commit 1f5194c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,14 @@ jobs:
tags: ${{ secrets.REGISTRY_URL }}/${{ env.REPO_LC }}:${{ github.sha }}
cache-from: type=registry,ref=${{ secrets.REGISTRY_URL }}/${{ env.REPO_LC }}:buildcache
cache-to: type=registry,ref=${{ secrets.REGISTRY_URL }}/${{ env.REPO_LC }}:buildcache,mode=max


notify-servers:
needs: docker
uses: fairdatasociety/ci_utils/.github/workflows/webhook.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
wh_secret: ${{ secrets.WEBHOOK_SECRET }}
wh_url_d: ${{ secrets.WEBHOOK_URL_DEVELOPMENT }}
wh_url_m: ${{ secrets.WEBHOOK_URL_MASTER }}
with:
branch: ${{ github.ref_name }}

0 comments on commit 1f5194c

Please sign in to comment.