fix: exit 0 if edge release

This commit is contained in:
Julien Neuhart
2023-10-28 17:57:01 +02:00
parent 052448c59a
commit 9ce6bf8e14

View File

@@ -35,6 +35,8 @@ if [ $GOTENBERG_VERSION == "edge" ]; then
-t "$DOCKER_REPOSITORY/gotenberg:edge-cloudrun" \
--push \
-f build/Dockerfile.cloudrun .
exit 0
fi
GOTENBERG_VERSION="${GOTENBERG_VERSION//v}"