docker buildx typo

This commit is contained in:
Giulio 2022-04-11 16:11:23 +02:00
parent f492f3995d
commit 7dd59e09ed

View File

@ -27,7 +27,7 @@ jobs:
docker buildx build \ docker buildx build \
--cache-from "type=local,src=/tmp/.buildx-cache" \ --cache-from "type=local,src=/tmp/.buildx-cache" \
--cache-to "type=local,dest=/tmp/.buildx-cache" \ --cache-to "type=local,dest=/tmp/.buildx-cache" \
--platform linux/arm64 \ --platform linux/amd64 \
--output "type=image,push=false" \ --output "type=image,push=false" \
--tag albertoxamin/bang:test \ --tag albertoxamin/bang:test \
--file ./Dockerfile ./ --file ./Dockerfile ./