We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a92ce2 commit e78a025Copy full SHA for e78a025
Makefile
@@ -2,7 +2,7 @@ PUBLISH_VERSION=$(shell echo ${NEW_VERSION} | sed 's/inner-999/1/g')
2
3
4
build:
5
- 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}
6
7
upload-no-latest:
8
docker push rookout/tutorial-go:${PUBLISH_VERSION}
0 commit comments