CI: fix #3
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s

This commit is contained in:
Dominic 2024-05-26 12:29:51 +02:00
parent 2ba0f6a075
commit 867544f12e
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -9,7 +9,7 @@ jobs:
steps: steps:
- run: | - run: |
apk add ca-certificates curl apk add ca-certificates curl
curl -v -X POST --data '{ curl -v -X POST -H 'Content-Type: application/json' --data '{
"commit": "${{github.sha}}", "commit": "${{github.sha}}",
"ref": "${{github.ref}}", "ref": "${{github.ref}}",
"default-branch": "main" "default-branch": "main"