diff --git a/scripts/deploy-to-azure-containerapps.sh b/scripts/deploy-to-azure-containerapps.sh index 10884b798..4d3257355 100755 --- a/scripts/deploy-to-azure-containerapps.sh +++ b/scripts/deploy-to-azure-containerapps.sh @@ -565,7 +565,7 @@ STATISTICS_IMAGE="${SUPERHEROES_IMAGES_BASE}/${STATISTICS_APP}:${IMAGES_TAG}" # UI UI_APP="ui-super-heroes" -UI_IMAGE="${SUPERHEROES_IMAGES_BASE}/${UI_APP}:latest" +UI_IMAGE="${SUPERHEROES_IMAGES_BASE}/${UI_APP}:${IMAGES_TAG}" # Now run the script echo "Deploying Quarkus Superheroes to Azure Container Apps with the following configuration:"