More registry path fixes
This commit is contained in:
parent
25acf59ada
commit
f074ec264f
5 changed files with 8 additions and 8 deletions
|
|
@ -2,7 +2,7 @@ PACKAGE_NAME ?= $(shell jq -r '.name' package.json)
|
|||
PACKAGE_VERSION?= $(shell jq -r '.version' package.json)
|
||||
BUILD_DATE ?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
|
||||
DOCKER_ARGS ?=
|
||||
DOCKER_NS ?= registry.gitlab.com/digiresilience/link/${PACKAGE_NAME}
|
||||
DOCKER_NS ?= registry.gitlab.com/digiresilience/link/link-stack/${PACKAGE_NAME}
|
||||
DOCKER_TAG ?= test
|
||||
DOCKER_BUILD := docker build ${DOCKER_ARGS} --build-arg BUILD_DATE=${BUILD_DATE}
|
||||
DOCKER_BUILD_FRESH := ${DOCKER_BUILD} --pull --no-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue