Tag docker images with CI_COMMIT_REF_SLUG
This commit is contained in:
parent
b92561806e
commit
600d1e537b
1 changed files with 5 additions and 3 deletions
8
Makefile
8
Makefile
|
|
@ -1,9 +1,11 @@
|
|||
PACKER_VERSION ?= 1.2.0
|
||||
PACKER_VERSION ?= 1.3.5
|
||||
ANNOUNCE ?= http://10.2.2.1:6969/announce
|
||||
WEBSEED ?= http://10.2.2.1
|
||||
|
||||
DOCKER_IMAGE_BUILDER ?= labsync-builder
|
||||
DOCKER_IMAGE_SECURITY_SCANNER ?= security-scanner
|
||||
CI_COMMIT_REF_SLUG ?= master
|
||||
|
||||
DOCKER_IMAGE_BUILDER ?= labsync-builder:$(CI_COMMIT_REF_SLUG)
|
||||
DOCKER_IMAGE_SECURITY_SCANNER ?= security-scanner:$(CI_COMMIT_REF_SLUG)
|
||||
|
||||
CWD=$(abspath $(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue