Skip to content

Commit

Permalink
Update pre-release-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theorlandog authored May 29, 2024
1 parent ee98aae commit 2dc37b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: go get ./...

- name: Build the Go application
run: go build -v -o ./build/app
run: go build -v ./cmd/... -o ./output/app

- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 2dc37b2

Please sign in to comment.