Skip to content

Commit 87f799a

Browse files
committed
fix github action
1 parent 0e455db commit 87f799a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
--output "type=image,push=true" \
4444
--file "Dockerfile" \
4545
--tag "${image}:${tag}" \
46-
--platform "linux/amd64 \
46+
--platform "linux/amd64" \
4747
"."
4848

0 commit comments

Comments
 (0)