Skip to content

Commit

Permalink
Merge pull request #85 from uselagoon/fix-image-build
Browse files Browse the repository at this point in the history
fix: goreleaser changed the default amd64 build path
  • Loading branch information
smlx authored Jul 20, 2022
2 parents 6bb7100 + 2b32663 commit 85c4d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
tags: ${{ steps.docker_metadata.outputs.tags }}
labels: ${{ steps.docker_metadata.outputs.labels }}
file: deploy/${{ matrix.binary }}/Dockerfile
context: dist/${{ matrix.binary }}_linux_amd64
context: dist/${{ matrix.binary }}_linux_amd64_v1

0 comments on commit 85c4d37

Please sign in to comment.