Skip to content

Commit 181df9e

Browse files
committed
TRIVIAL: fix typo in github action
1 parent ee7c6d5 commit 181df9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
- name: Sign the images
4848
env:
4949
DIGEST: ${{ steps.build.outputs.digest }}
50-
run: cosign sign --yes "${{ env.REGISTRY }}//${{ env.IMAGE_NAME }}@${DIGEST}"
50+
run: cosign sign --yes "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${DIGEST}"

0 commit comments

Comments
 (0)