Skip to content

Commit

Permalink
removes latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed May 5, 2023
1 parent 6872dad commit 9e94ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ jobs:
COSIGN_EXPERIMENTAL: "true"
run: |
set -euo pipefail
ko build main.go --image-refs .digest --bare --tags ${{ env.RELEASE_VERSION }},latest
ko build main.go --image-refs .digest --bare --tags ${{ env.RELEASE_VERSION }}
echo "digest=$(cat .digest)" >> "$GITHUB_OUTPUT"
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.14
v0.5.15

0 comments on commit 9e94ced

Please sign in to comment.