We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53f102 commit 597e3acCopy full SHA for 597e3ac
.github/workflows/stage.yml
@@ -27,7 +27,7 @@ jobs:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: Build Staging
30
- run: go build
+ run: go build -ldflags="-w -s"
31
32
- name: Publish
33
uses: docker/build-push-action@v1
0 commit comments