Skip to content

Commit dcf8fef

Browse files
committed
pin version for bridge test server
1 parent d4889d2 commit dcf8fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ OPERATOROPAMPBRIDGE_IMG_REPO ?= operator-opamp-bridge
3636
OPERATOROPAMPBRIDGE_IMG ?= ${IMG_PREFIX}/${OPERATOROPAMPBRIDGE_IMG_REPO}:$(addprefix v,${VERSION})
3737

3838
BRIDGETESTSERVER_IMG_REPO ?= e2e-test-app-bridge-server
39-
BRIDGETESTSERVER_IMG ?= ${IMG_PREFIX}/${BRIDGETESTSERVER_IMG_REPO}:$(addprefix v,${VERSION})
39+
BRIDGETESTSERVER_IMG ?= ${IMG_PREFIX}/${BRIDGETESTSERVER_IMG_REPO}:ve2e
4040

4141
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
4242
ifeq (,$(shell go env GOBIN))

0 commit comments

Comments
 (0)