We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4251453 commit b1d309fCopy full SHA for b1d309f
1 file changed
.github/workflows/build.yaml
@@ -65,8 +65,10 @@ jobs:
65
tags: ${{ steps.docker_metadata.outputs.tags }}
66
labels: ${{ steps.docker_metadata.outputs.labels }}
67
file: Dockerfile
68
- build-args: BINARY=${{ matrix.binary }}
69
- context: dist/${{ matrix.binary }}_linux_amd64_v1
+ build-args: |
+ BINARY=${{ matrix.binary }}
70
+ TARGETPLATFORM=${{ matrix.binary }}_linux_amd64_v1
71
+ context: dist
72
check-tag:
73
permissions:
74
contents: read
0 commit comments