Skip to content

Commit a56335d

Browse files
committed
fix: build workflow
Coincidentally the repository matched the binary name, but it is the latter value that is correct for multi-binary repositories.
1 parent bb533e3 commit a56335d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
labels: ${{ steps.docker_metadata.outputs.labels }}
5050
file: Dockerfile
5151
build-args: BINARY=${{ matrix.binary }}
52-
context: dist/${{ env.GITHUB_REPOSITORY_NAME }}_linux_amd64_v1
52+
context: dist/${{ matrix.binary }}_linux_amd64_v1

0 commit comments

Comments
 (0)