mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 13:12:17 +01:00
Fix typo in publish script
This commit is contained in:
@@ -21,7 +21,7 @@ if [ $VERSION_LENGTH -ne 3 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg VERSION=${VERSION} \
|
--build-arg VERSION=${VERSION} \
|
||||||
--build-arg TINI_VERSION=${TINI_VERSION} \
|
--build-arg TINI_VERSION=${TINI_VERSION} \
|
||||||
-t ${DOCKER_REGISTRY}/gotenberg:latest \
|
-t ${DOCKER_REGISTRY}/gotenberg:latest \
|
||||||
-t ${DOCKER_REGISTRY}/gotenberg:${SEMVER[0]} \
|
-t ${DOCKER_REGISTRY}/gotenberg:${SEMVER[0]} \
|
||||||
|
|||||||
Reference in New Issue
Block a user