Skip to content

Commit dbb3090

Browse files
authored
Comment out ACR registry name extraction
Comment out ACR registry name extraction line.
1 parent 8ec7459 commit dbb3090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/somedotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
set -ex
2828
2929
# ACR login
30-
ACR_REGISTRY_NAME=$(echo "$REGISTRY" | grep -oP '(.+)(?=\.azurecr\.io)')
30+
#ACR_REGISTRY_NAME=$(echo "$REGISTRY" | grep -oP '(.+)(?=\.azurecr\.io)')
3131
#az acr login --name $ACR_REGISTRY_NAME --username $TOKEN_NAME --password $PASSWORD
3232
3333
# Build and push dev images

0 commit comments

Comments
 (0)