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:
Sreejith Punnapuzha 2021-05-06 10:15:49 -05:00
parent c83e8e6636
commit c7f88c33df
1 changed files with 1 additions and 1 deletions

View File

@ -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