Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Aug 21, 2023
1 parent d12cfde commit 499e828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:

# Build docker image
- uses: ko-build/[email protected]
- run: ko build -B --platform all --sbom none --tags "${{ github.ref }}" ./cmd/ybfeed
- run: ko build -B --platform all --sbom none --tags "`git describe`" ./cmd/ybfeed
env:
KO_DOCKER_REPO: ghcr.io/ybizeul

0 comments on commit 499e828

Please sign in to comment.