Skip to content

Commit d048139

Browse files
committed
ci: Adding image update automation webhook
1 parent 551a1b9 commit d048139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
run: |
6262
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s "docker_promote"
6363
scripts/docker_promote "${{ secrets.DOCKER_USER }}/$(make name)" "$(make version)"
64+
curl --header "X-Signature: sha1=$(printf '{}' | openssl dgst -sha1 -hmac '${FLUX_TOKEN}')" --data '{}' "${FLUX_WEBHOOK_URL}"
6465
- name: GoReport
6566
run: |
6667
curl --disable --silent --show-error --location --max-time 30 -X POST https://goreportcard.com/checks?repo=github.com/${GITHUB_REPOSITORY}

0 commit comments

Comments
 (0)