From b655d8a7938ee18ec4600153ca38c9fa08b2c11e Mon Sep 17 00:00:00 2001 From: Smriti Dahal <93288516+smritidahal653@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:37:19 -0700 Subject: [PATCH] ci: workflow indentation fix (#654) --- .github/workflows/publish-init-container-image.yml | 10 +++++----- Makefile | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-init-container-image.yml b/.github/workflows/publish-init-container-image.yml index d05ea217..99a45bca 100644 --- a/.github/workflows/publish-init-container-image.yml +++ b/.github/workflows/publish-init-container-image.yml @@ -6,11 +6,11 @@ on: description: 'Which registry are we pushing the image to?' type: string required: true - release_version: - description: 'Which version are we creating an image for?' - type: string - required: true - init_container_version: + release_version: + description: 'Which version are we creating an image for?' + type: string + required: true + init_container_version: description: 'Which init container version are we creating an image for?' required: true type: string diff --git a/Makefile b/Makefile index 37ca23f4..05e71f5b 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ TEST_CREDENTIALS_JSON ?= $(TEST_CREDENTIALS_DIR)/credentials.json TEST_LOGANALYTICS_JSON ?= $(TEST_CREDENTIALS_DIR)/loganalytics.json export TEST_CREDENTIALS_JSON TEST_LOGANALYTICS_JSON TEST_AKS_CREDENTIALS_JSON -VERSION ?= v1.6.2 +VERSION ?= v1.6.1 REGISTRY ?= ghcr.io IMG_NAME ?= virtual-kubelet INIT_IMG_NAME ?= init-validation @@ -35,7 +35,7 @@ E2E_CLUSTER_NAME := $(CLUSTER_NAME) OUTPUT_TYPE ?= type=docker BUILDPLATFORM ?= linux/amd64 IMG_TAG ?= $(subst v,,$(VERSION)) -INIT_IMG_TAG ?= v0.3.0 +INIT_IMG_TAG ?= v0.2.0 BUILD_DATE ?= $(shell date '+%Y-%m-%dT%H:%M:%S') VERSION_FLAGS := "-ldflags=-X main.buildVersion=$(IMG_TAG) -X main.buildTime=$(BUILD_DATE)"