Skip to content

Commit

Permalink
Merge pull request #86 from uselagoon/fix-release
Browse files Browse the repository at this point in the history
chore: use correct build context in release workflows
  • Loading branch information
smlx authored Jul 20, 2022
2 parents 9ddad5d + 33ebe22 commit 4051889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,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
2 changes: 1 addition & 1 deletion .github/workflows/tag-to-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,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 4051889

Please sign in to comment.