We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68c148d + 66a38e9 commit afbbb0fCopy full SHA for afbbb0f
1 file changed
.github/workflows/docker-3.2.yml
@@ -56,8 +56,7 @@ jobs:
56
context: .
57
file: Dockerfile.alpine
58
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
59
- build-args:
60
- - GIT_BRANCH
+ build-args: GIT_BRANCH
61
cache-from: type=gha, scope=${{ github.workflow }}
62
cache-to: type=gha, scope=${{ github.workflow }}
63
labels: ${{ steps.docker_meta.outputs.labels }}
0 commit comments