switch to minimal dockerfile
Build and Deploy Verso / deploy (push) Has been cancelled

This commit is contained in:
2026-05-30 08:59:24 +00:00
parent 12290c5d93
commit 1aae2fb3fc
+2 -2
View File
@@ -61,7 +61,7 @@ jobs:
--frontend=dockerfile.v0 \
--local context=/workspace/repo \
--local dockerfile=/workspace/repo/server-ce \
--opt filename=Dockerfile-base \
--opt filename=Dockerfile-base-minimal \
--output type=image,name=registry.alocoq.fr/verso-base:latest,push=true
buildctl-daemonless.sh build \
@@ -69,7 +69,7 @@ jobs:
--local context=/workspace/repo \
--local dockerfile=/workspace/repo/server-ce \
--opt filename=Dockerfile \
--opt build-arg:OVERLEAF_BASE_TAG=registry.alocoq.fr/verso-base:latest \
--opt build-arg:OVERLEAF_BASE_TAG=registry.alocoq.fr/verso-base-minimal:latest \
--output type=image,name=registry.alocoq.fr/verso:latest,push=true
volumeMounts: