mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Use 'latest' as default tag for Docker image builds (#3072)
This commit is contained in:
parent
74fe4af98e
commit
c4dd9d19c2
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -38,6 +38,8 @@ endif
|
|||
ifneq (${GIT_TAG},)
|
||||
IMAGE_TAG=${GIT_TAG}
|
||||
LDFLAGS += -X ${PACKAGE}.gitTag=${GIT_TAG}
|
||||
else
|
||||
IMAGE_TAG?=latest
|
||||
endif
|
||||
|
||||
ifeq (${DOCKER_PUSH},true)
|
||||
|
|
|
|||
Loading…
Reference in a new issue