We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb533e3 commit a56335dCopy full SHA for a56335d
1 file changed
.github/workflows/build.yaml
@@ -49,4 +49,4 @@ jobs:
49
labels: ${{ steps.docker_metadata.outputs.labels }}
50
file: Dockerfile
51
build-args: BINARY=${{ matrix.binary }}
52
- context: dist/${{ env.GITHUB_REPOSITORY_NAME }}_linux_amd64_v1
+ context: dist/${{ matrix.binary }}_linux_amd64_v1
0 commit comments