Skip to content

Commit 609fac5

Browse files
authored
Update docker-build-amd64.yml
1 parent 900beb5 commit 609fac5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
with:
4949
context: .
5050
file: ./Dockerfile.slim
51-
build-args:
52-
- GIT_COMMIT=${{ github.sha }}
51+
build-args: |
52+
GIT_COMMIT=${{ github.sha }}
5353
pull: true
5454
push: true
5555
platforms: linux/amd64

0 commit comments

Comments
 (0)