Skip to content

Commit

Permalink
Update dockerimagerelease.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Yadav committed Feb 5, 2024
1 parent f45b718 commit e9f69ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimagerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
REGISTRY_ALIAS: t4s8c0c3
REPOSITORY: ${{ inputs.image }}
run: |
docker tag $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:latest
docker tag $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:latest $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:latest
docker push $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:latest
- uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
Expand Down

0 comments on commit e9f69ec

Please sign in to comment.