mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 12:22:17 +01:00
fix: exit 0 if edge release
This commit is contained in:
@@ -35,6 +35,8 @@ if [ $GOTENBERG_VERSION == "edge" ]; then
|
|||||||
-t "$DOCKER_REPOSITORY/gotenberg:edge-cloudrun" \
|
-t "$DOCKER_REPOSITORY/gotenberg:edge-cloudrun" \
|
||||||
--push \
|
--push \
|
||||||
-f build/Dockerfile.cloudrun .
|
-f build/Dockerfile.cloudrun .
|
||||||
|
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
GOTENBERG_VERSION="${GOTENBERG_VERSION//v}"
|
GOTENBERG_VERSION="${GOTENBERG_VERSION//v}"
|
||||||
|
|||||||
Reference in New Issue
Block a user