We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e455db commit 87f799aCopy full SHA for 87f799a
.github/workflows/build-docker-images.yml
@@ -43,6 +43,6 @@ jobs:
43
--output "type=image,push=true" \
44
--file "Dockerfile" \
45
--tag "${image}:${tag}" \
46
- --platform "linux/amd64 \
+ --platform "linux/amd64" \
47
"."
48
0 commit comments