Fix typo in publish script

This commit is contained in:
Julien Neuhart
2021-01-07 16:19:21 +01:00
parent ab3d9bc120
commit ce8bb2567c

View File

@@ -21,7 +21,7 @@ if [ $VERSION_LENGTH -ne 3 ]; then
fi
docker build \
--build-arg VERSION=${VERSION} \
--build-arg VERSION=${VERSION} \
--build-arg TINI_VERSION=${TINI_VERSION} \
-t ${DOCKER_REGISTRY}/gotenberg:latest \
-t ${DOCKER_REGISTRY}/gotenberg:${SEMVER[0]} \