Skip to content

Commit

Permalink
fix ko main
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed Apr 4, 2023
1 parent 6a3890d commit 802b57e
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 cmd/server/main.go --image-refs .digest --bare --tags ${{ env.RELEASE_VERSION }}
ko build main.go --image-refs .digest --bare --tags ${{ env.RELEASE_VERSION }},latest
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.3.9
v0.3.10

0 comments on commit 802b57e

Please sign in to comment.