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 8ec7459 commit dbb3090Copy full SHA for dbb3090
.github/workflows/somedotest.yml
@@ -27,7 +27,7 @@ jobs:
27
set -ex
28
29
# ACR login
30
- ACR_REGISTRY_NAME=$(echo "$REGISTRY" | grep -oP '(.+)(?=\.azurecr\.io)')
+ #ACR_REGISTRY_NAME=$(echo "$REGISTRY" | grep -oP '(.+)(?=\.azurecr\.io)')
31
#az acr login --name $ACR_REGISTRY_NAME --username $TOKEN_NAME --password $PASSWORD
32
33
# Build and push dev images
0 commit comments