Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone committed Mar 18, 2022
1 parent b2e3f03 commit 9678fcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
fetch-depth: 0

- name: Login to DockerHub Registry
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin

- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Expand Up @@ -23,6 +23,9 @@ builds:
goarch: 386
ldflags:
- -X main.Version={{ .Version }}
- -X main.BuildDate={{ .Date }}
- -X main.GitBranch={{ .GitBranch }}
- -X main.GitCommit={{ .GitShortCommit }}

archives:
- format: binary
Expand Down

0 comments on commit 9678fcf

Please sign in to comment.