Skip to content

Commit 1820501

Browse files
committed
fix: release-image script
1 parent 9d6279a commit 1820501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/release-image.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if [[ "$#" -lt 1 ]]; then
2121
exit 1
2222
fi
2323

24+
export OUTPUT_TYPE=registry
2425
export REGISTRY_NAME="$1"
2526
export REGISTRY=$REGISTRY_NAME.azurecr.io
2627
export IMAGENAME=public/k8s/csi/nfs-csi

0 commit comments

Comments
 (0)