Skip to content

Commit 4c1eb4b

Browse files
committed
verify: fix output type
Signed-off-by: CrazyMax <[email protected]>
1 parent 1a26cba commit 4c1eb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cosign-release: ${{ steps.vars.outputs.cosign-version }}
4747
-
4848
name: Login to registry
49-
if: ${{ steps.vars.outputs.output-type == 'registry' }}
49+
if: ${{ steps.vars.outputs.output-type == 'image' }}
5050
# TODO: switch to docker/login-action when OIDC is supported
5151
uses: crazy-max/docker-login-action@dockerhub-oidc
5252
with:

0 commit comments

Comments
 (0)