From e78a02590962e0d8c3fce766075bc4bde32520e6 Mon Sep 17 00:00:00 2001 From: Gilad Weiss Date: Sat, 21 May 2022 18:53:08 +0200 Subject: [PATCH] make use of jfrog artifactory creds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 189758b..098547f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PUBLISH_VERSION=$(shell echo ${NEW_VERSION} | sed 's/inner-999/1/g') build: - docker build --tag rookout/tutorial-go:latest --tag rookout/tutorial-go:${PUBLISH_VERSION} . + docker build --tag rookout/tutorial-go:latest --tag rookout/tutorial-go:${PUBLISH_VERSION} . --build-arg ARTIFACTORY_CREDS=${JFROG_ARTIFACTORY_CREDS} upload-no-latest: docker push rookout/tutorial-go:${PUBLISH_VERSION}