We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebccf9 commit 7980247Copy full SHA for 7980247
1 file changed
test-base.mk
@@ -51,8 +51,8 @@ SHELL = /bin/sh
51
52
IMG_NS ?= securecodebox
53
GIT_TAG ?= $$(git rev-parse --short HEAD)
54
-BASE_IMG_TAG ?= sha-$(GIT_TAG)
55
-IMG_TAG ?= "sha-$(GIT_TAG)"
+BASE_IMG_TAG ?= latest
+IMG_TAG ?= latest
56
JEST_VERSION ?= 29.3.1
57
KIND_CLUSTER_NAME ?= kind
58
0 commit comments