We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a307d commit 36502ffCopy full SHA for 36502ff
deploy/build_deploy.sh
@@ -14,7 +14,7 @@ if [[ $(git --no-pager log --oneline -1) == *[STAGE]* ]]; then
14
STAGE=true
15
fi
16
17
-docker build --compress -f docker/Dockerfile.redhat-app.multistage --build-arg MAVEN_BUILD_EXTRA_ARGS="-Dgit.commit.id=$GIT_REV -Dio.quarkus.code.build.stage=$STAGE"" -t "${IMAGE}:${IMAGE_TAG}" .
+docker build --compress -f docker/Dockerfile.redhat-app.multistage --build-arg MAVEN_BUILD_EXTRA_ARGS="-Dgit.commit.id=$GIT_REV -Dio.quarkus.code.build.stage=$STAGE" -t "${IMAGE}:${IMAGE_TAG}" .
18
19
if [[ -n "$QUAY_USER" && -n "$QUAY_TOKEN" ]]; then
20
DOCKER_CONF="$PWD/.docker"
0 commit comments