Skip to content

Commit

Permalink
fix(SPV-849): point workflow to main.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
dorzepowski committed Jun 7, 2024
1 parent b8b5f78 commit 0c66977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: bactions/workflows/.github/workflows/release-go-server.yml@main
with:
version: ${{ github.ref_name }}
go_main_file: "main.go"
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 0c66977

Please sign in to comment.