This commit is contained in:
Saeed Vaziry 2024-04-13 12:44:12 +02:00
parent 3019c3d213
commit 2ae9a14d02

View File

@ -29,7 +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