You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker build task docker build --tag $ACR_NAME.azurecr.io/albumapp-ui . is failing because of missing quotes. Proposing a change to include the quotes:
docker build --tag "$ACR_NAME.azurecr.io/albumapp-ui" .
0 commit comments