Skip to content

Commit

Permalink
Add mainnet image push command
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Nov 22, 2024
1 parent a114c1d commit d0d46ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/deployment/scripts/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ then
echo "Pushing the images..."

docker push $REGISTRY_BASE/webapp:${IMAGE_VERSION_TAG}
docker push $REGISTRY_BASE/webapp:mainnet-${IMAGE_VERSION_TAG}

else
docker_ compose -f ./docker-compose-ccva.yml build
fi

0 comments on commit d0d46ef

Please sign in to comment.