Skip to content
Snippets Groups Projects
Verified Commit 4f4711cf authored by Dominic Meiser's avatar Dominic Meiser
Browse files

CI: fix #5

parent e55886a0
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,6 @@ jobs: ...@@ -12,6 +12,6 @@ jobs:
curl -D - --fail-with-body -X POST -H 'Content-Type: application/json' --data '{ curl -D - --fail-with-body -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"
}' 'https://$token:${{secrets.quay_token}}@quay.io/webhooks/push/trigger/f21fe844-3a4b-43b0-a92f-7871d7d7ea68' }' 'https://$token:${{secrets.quay_token}}@quay.io/webhooks/push/trigger/f21fe844-3a4b-43b0-a92f-7871d7d7ea68'
shell: ash -eo pipefail {0} shell: ash -eo pipefail {0}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment