Skip to content

Commit

Permalink
fix dev tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Aug 2, 2024
1 parent a0b6528 commit 3109781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:

# Build docker image
- uses: ko-build/[email protected]
- run: GOFLAGS="-ldflags=-X=main.version=$VERSION" ko build --platform all --sbom none -t dev
- run: GOFLAGS="-ldflags=-X=main.version=$VERSION" ko build -B --platform all --sbom none -t dev
working-directory: ./hupload

0 comments on commit 3109781

Please sign in to comment.