We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92e30a commit 9924c4eCopy full SHA for 9924c4e
.github/workflows/deploy.yml
@@ -150,7 +150,7 @@ jobs:
150
echo "Frontend image build completed successfully."
151
152
# Add the new container to the website
153
- az webapp config container set --resource-group ${{ env.RESOURCE_GROUP_NAME }}) --name ${frontend_container_app_name} --container-image-name ${acr_name}.azurecr.io/frontend:latest --container-registry-url https://${acr_name}.azurecr.io
+ az webapp config container set --resource-group ${{ env.RESOURCE_GROUP_NAME }} --name ${frontend_container_app_name} --container-image-name ${acr_name}.azurecr.io/frontend:latest --container-registry-url https://${acr_name}.azurecr.io
154
155
156
# - name: Delete Bicep Deployment
0 commit comments