Skip to content

Commit

Permalink
feat: Add portainer webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Sep 6, 2022
1 parent abe78a4 commit 3fd2203
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
# platforms: "linux/amd64,linux/arm64,linux/arm/v7"
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: "Portainer webhook"
run: |
curl -X POST ${{ secrets.PORTAINER_WEBHOOK_URL }}?${{ steps.meta.outputs.tags }}
build-and-push-ghcr:
env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 3fd2203

Please sign in to comment.