mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
huge refactoring
This commit is contained in:
@@ -18,9 +18,7 @@ if [ $VERSION_LENGTH -ne 3 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
docker build -t thecodingmachine/gotenberg:base -f build/base/Dockerfile .
|
||||
docker build \
|
||||
--build-arg GOLANG_VERSION=${GOLANG_VERSION} \
|
||||
--build-arg VERSION=${VERSION} \
|
||||
-t thecodingmachine/gotenberg:latest \
|
||||
-t thecodingmachine/gotenberg:${SEMVER[0]} \
|
||||
|
||||
Reference in New Issue
Block a user