We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9449022 commit 254318eCopy full SHA for 254318e
Makefile
@@ -16,7 +16,7 @@ REGISTRY?=docker.io/deislabs
16
REGISTRY_NAME = $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
17
GIT_COMMIT ?= $(shell git rev-parse HEAD)
18
IMAGE_NAME=secrets-store-csi
19
-IMAGE_VERSION?=v0.0.19-rc.00
+IMAGE_VERSION?=v0.0.19
20
E2E_IMAGE_VERSION = v0.1.0-e2e-$(GIT_COMMIT)
21
# Use a custom version for E2E tests if we are testing in CI
22
ifdef CI
docker/Makefile
@@ -14,7 +14,7 @@
14
15
REGISTRY?=docker.io/deislabs
IMAGE_NAME=driver
BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M)
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
0 commit comments