File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -42,5 +42,6 @@ docker buildx build \
4242 --platform $PLATFORM \
4343 -f .gitlab/scripts/${TARGET_IMAGE} \
4444 --tag " $DOCKER_TARGET_IMAGE :v${CI_PIPELINE_ID} -${CI_COMMIT_SHORT_SHA}${SUFFIX} " \
45- --push .
46- printf " Image built and pushed to $DOCKER_TARGET_IMAGE :v${CI_PIPELINE_ID} -${CI_COMMIT_SHORT_SHA}${SUFFIX} for $PLATFORM \n"
45+ .
46+ # --push .
47+ # printf "Image built and pushed to $DOCKER_TARGET_IMAGE:v${CI_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}${SUFFIX} for $PLATFORM\n"
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ docker buildx build \
4747 -f .gitlab/scripts/${TARGET_IMAGE} \
4848 --tag " $DOCKER_TARGET_IMAGE :${IMAGE_TAG}${SUFFIX} " \
4949 --tag " $DOCKER_TARGET_IMAGE :${VERSION}${SUFFIX} " \
50- --push .
50+ .
51+ # --push .
5152
52- printf " Image built and pushed to $DOCKER_TARGET_IMAGE :${IMAGE_TAG}${SUFFIX} for arm64 and amd64\n"
53+ # printf "Image built and pushed to $DOCKER_TARGET_IMAGE:${IMAGE_TAG}${SUFFIX} for arm64 and amd64\n"
You can’t perform that action at this time.
0 commit comments