Update makefile
This commit updates makefile so that we can push images with tag defined in makefile Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com> Change-Id: I5c5f43545f365b53975e69d4d3622a4f4c658bfa
This commit is contained in:
parent
c83e8e6636
commit
c7f88c33df
@ -21,7 +21,7 @@ LABEL ?= org.airshipit.build=community
|
||||
IMAGE_NAME ?= alpine
|
||||
DOCKER_REGISTRY ?= quay.io
|
||||
IMAGE_PREFIX ?= airshipit
|
||||
IMAGE_TAG ?= 3_13_5
|
||||
IMAGE_TAG := 3.13.5
|
||||
IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG}
|
||||
SH_TO_CHECK := $(wildcard files/*.sh )
|
||||
PROXY ?= http://proxy.foo.com:8000
|
||||
|
Loading…
x
Reference in New Issue
Block a user