Skip to content

Commit

Permalink
update cosing image name
Browse files Browse the repository at this point in the history
Signed-off-by: AHMAD KADRI <[email protected]>
  • Loading branch information
ahmadkadri committed Dec 14, 2023
1 parent 64ae4b0 commit 3d77813
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Sign the images with GitHub OIDC Token
- name: Sign the images with GitHub OIDC Token
env:
DOCKER_IMAGE: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
DIGEST: ${{ steps.build_and_push.outputs.digest }}
run: cosign sign --yes "${ REGISTRY }/${ IMAGE_NAME }@${DIGEST}"
run: cosign sign --yes "${DOCKER_IMAGE}@${DIGEST}"

0 comments on commit 3d77813

Please sign in to comment.