Skip to content

Commit 5cd581a

Browse files
authored
Update release-image.sh
1 parent 1c7b1bb commit 5cd581a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/release-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export REGISTRY=$REGISTRY_NAME.azurecr.io
2626
export IMAGE_NAME=public/k8s/csi/blob-csi
2727
export CI=1
2828
export PUBLISH=1
29-
#az acr login --name $REGISTRY_NAME
29+
az acr login --name $REGISTRY_NAME
3030
make blob-container
3131
make push
3232
make push-latest

0 commit comments

Comments
 (0)