docker buildx typo
This commit is contained in:
parent
f492f3995d
commit
7dd59e09ed
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -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 ./
|
||||||
|
Loading…
Reference in New Issue
Block a user