fix docker

This commit is contained in:
Saeed Vaziry
2024-04-13 12:31:53 +02:00
parent c43869d255
commit 3019c3d213
2 changed files with 10 additions and 9 deletions

View File

@ -29,6 +29,7 @@ jobs:
docker buildx build . \
-f docker/Dockerfile \
-t vitodeploy/vito:1.x \
--build-arg RELEASE=0 \
--build-arg="RELEASE=0"\
--platform linux/amd64,linux/arm64 \
--no-cache \
--push