Skip to content

Commit 87c59c7

Browse files
committed
feat: let the user change the CONTAINER_IMAGE and CONTAINER_TAG if they want in the Makefile
1 parent 9544fdf commit 87c59c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CONTAINER_IMAGE := node-gitlab-2-github
2-
CONTAINER_TAG := latest
1+
CONTAINER_IMAGE ?= node-gitlab-2-github
2+
CONTAINER_TAG ?= latest
33
LOCAL_PWD = $(shell pwd)
44

55
.PHONY: build-image

0 commit comments

Comments
 (0)