Skip to content

Commit

Permalink
make use of jfrog artifactory creds
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilwe committed May 21, 2022
1 parent 4a92ce2 commit e78a025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e78a025

Please sign in to comment.