Skip to content

Commit

Permalink
ci: #73 Add signature - fix container image
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Dec 3, 2024
1 parent a87a088 commit fab60f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Sign the image with GitHub OIDC Token
env:
DIGEST: ${{ steps.build-and-push.outputs.digest }}
TAGS: quay.io/microcks/microcks-postman-runtim:${{env.IMAGE_TAG}}
TAGS: quay.io/microcks/microcks-postman-runtime:${{env.IMAGE_TAG}}
COSIGN_EXPERIMENTAL: "true"
run: |
images=""
Expand Down

0 comments on commit fab60f7

Please sign in to comment.