fix: [NPM] cyclonus latest pipeline cleanup issue (#1600)
* fix: [NPM] cyclonus latest pipeline cleanup issue * fix: [NPM] cyclonus latest pipeline cleanup issue * fix: [NPM] cyclonus latest pipeline cleanup issue
This commit is contained in:
Родитель
08ce35190d
Коммит
7d89a83041
|
@ -73,7 +73,7 @@ jobs:
|
|||
az feature register --namespace Microsoft.ContainerService --name AKSWindows2022Preview
|
||||
az provider register -n Microsoft.ContainerService
|
||||
|
||||
export CLUSTER_NAME=$(RESOURCE_GROUP)-$(PROFILE)
|
||||
export CLUSTER_NAME=$(RESOURCE_GROUP)
|
||||
|
||||
echo "Creating resource group named $CLUSTER_NAME"
|
||||
az group create --name $CLUSTER_NAME -l $(LOCATION) -o table
|
||||
|
|
2
Makefile
2
Makefile
|
@ -368,7 +368,7 @@ npm-image-windows: ## build the npm container windows image.
|
|||
$(MKDIR) $(IMAGE_DIR);
|
||||
docker build \
|
||||
--no-cache \
|
||||
-f cns/windows.Dockerfile \
|
||||
-f npm/windows.Dockerfile \
|
||||
-t $(IMAGE_REGISTRY)/$(NPM_IMAGE)-win:$(NPM_PLATFORM_TAG) \
|
||||
--build-arg VERSION=$(NPM_VERSION) \
|
||||
--build-arg NPM_AI_PATH=$(NPM_AI_PATH) \
|
||||
|
|
Загрузка…
Ссылка в новой задаче