We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900beb5 commit 609fac5Copy full SHA for 609fac5
1 file changed
.github/workflows/docker-build-amd64.yml
@@ -48,8 +48,8 @@ jobs:
48
with:
49
context: .
50
file: ./Dockerfile.slim
51
- build-args:
52
- - GIT_COMMIT=${{ github.sha }}
+ build-args: |
+ GIT_COMMIT=${{ github.sha }}
53
pull: true
54
push: true
55
platforms: linux/amd64
0 commit comments