Skip to content

Commit 36502ff

Browse files
ia3andyCopilot
andauthored
Update deploy/build_deploy.sh
Co-authored-by: Copilot <[email protected]>
1 parent 86a307d commit 36502ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/build_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [[ $(git --no-pager log --oneline -1) == *[STAGE]* ]]; then
1414
STAGE=true
1515
fi
1616

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}" .
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}" .
1818

1919
if [[ -n "$QUAY_USER" && -n "$QUAY_TOKEN" ]]; then
2020
DOCKER_CONF="$PWD/.docker"

0 commit comments

Comments
 (0)