Skip to content

Commit

Permalink
Update Build-push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 authored Jul 2, 2024
1 parent 9451308 commit 32f484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ echo "Build id is --------------------- $BUILD_ID"
RELEASE_IMAGENAME="${DOCKER_REPO_NAME}/${SERVICE_NAME}:${GITHASH}-${BUILD_NUMBER}"

# To Build Docker image with Given Docker File
docker build -t $IMAGENAME -t $RELEASE_IMAGENAME . -f ${DOCKERFILE_PATH} --no-cache --build-arg CUSTOMPLUGIN_RELEASEORG=${CUSTOMPLUGIN_RELEASEORG} --build-arg CUSTOMPLUGIN_RELEASEREPO=${CUSTOMPLUGIN_RELEASEREPO} --build-arg CUSTOMPLUGIN_RELEASEVERSION=${CUSTOMPLUGIN_RELEASEVERSION} .
docker build -t $IMAGENAME -t $RELEASE_IMAGENAME . -f ${DOCKERFILE_PATH} --no-cache --build-arg CUSTOMPLUGIN_RELEASEORG=${CUSTOMPLUGIN_RELEASEORG} --build-arg CUSTOMPLUGIN_RELEASEREPO=${CUSTOMPLUGIN_RELEASEREPO} --build-arg CUSTOMPLUGIN_RELEASEVERSION=${CUSTOMPLUGIN_RELEASEVERSION}

# Quay.io login
docker login -u $quay_user -p $quay_pass quay.io
Expand Down

0 comments on commit 32f484b

Please sign in to comment.