We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a26cba commit 4c1eb4bCopy full SHA for 4c1eb4b
.github/workflows/verify.yml
@@ -46,7 +46,7 @@ jobs:
46
cosign-release: ${{ steps.vars.outputs.cosign-version }}
47
-
48
name: Login to registry
49
- if: ${{ steps.vars.outputs.output-type == 'registry' }}
+ if: ${{ steps.vars.outputs.output-type == 'image' }}
50
# TODO: switch to docker/login-action when OIDC is supported
51
uses: crazy-max/docker-login-action@dockerhub-oidc
52
with:
0 commit comments