Skip to content

Commit

Permalink
Fix issue in azure acr name
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 29, 2024
1 parent e59d075 commit 93a3bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/scripts/deploy_to_azure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
RESOURCE_GROUP="{{ cookiecutter.project_slug.replace("_", "-") }}-rg"
CONTAINER_APP_NAME="{{ cookiecutter.project_slug.replace("_", "-") }}"
LOCATION="westeurope"
ACR_NAME="{{ cookiecutter.project_slug.replace("_", "-") }}-acr"
ACR_NAME="{{ cookiecutter.project_slug.replace("_", "") }}-acr"


echo -e "\033[0;32mChecking if already logged into Azure\033[0m"
Expand Down

0 comments on commit 93a3bb1

Please sign in to comment.