Skip to content

Commit

Permalink
tag the cli container with the release tag
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock committed Dec 11, 2024
1 parent bb56f0c commit a736dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
containerfiles: |
./Containerfile
image: ghcr.io/sigstore/model-transparency-cli
tags: latest
tags: "latest ${{ github.event.release.tag_name }}"
archs: amd64
oci: false

Expand Down

0 comments on commit a736dd7

Please sign in to comment.