Skip to content

Commit e78a025

Browse files
committed
make use of jfrog artifactory creds
1 parent 4a92ce2 commit e78a025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PUBLISH_VERSION=$(shell echo ${NEW_VERSION} | sed 's/inner-999/1/g')
22

33

44
build:
5-
docker build --tag rookout/tutorial-go:latest --tag rookout/tutorial-go:${PUBLISH_VERSION} .
5+
docker build --tag rookout/tutorial-go:latest --tag rookout/tutorial-go:${PUBLISH_VERSION} . --build-arg ARTIFACTORY_CREDS=${JFROG_ARTIFACTORY_CREDS}
66

77
upload-no-latest:
88
docker push rookout/tutorial-go:${PUBLISH_VERSION}

0 commit comments

Comments
 (0)