Skip to content

Commit

Permalink
add buildvcs flag to disable versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Oct 17, 2023
1 parent 0e9952f commit 70ffea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ env:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
env:
GOFLAGS: buildvcs=false
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 70ffea0

Please sign in to comment.