File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ docker-run:
37
37
docker run ${IMG_W_TAG}
38
38
39
39
docker-push :
40
- @echo ${DOCKERHUB_TOKEN} | docker login -u ${DOCKERHUB_USERNAME} --password-stdin
40
+ @docker login -u ${DOCKERHUB_USERNAME} -p= " ${DOCKERHUB_TOKEN} "
41
41
docker push ${IMG_W_TAG}
42
42
43
43
build-docker-images :
44
44
${MAKEFILE_PATH} /scripts/build-docker-images -p ${SUPPORTED_PLATFORMS} -r ${IMG} -v ${VERSION}
45
45
46
46
push-docker-images :
47
- @echo ${DOCKERHUB_TOKEN} | docker login -u ${DOCKERHUB_USERNAME} --password-stdin
47
+ @docker login -u ${DOCKERHUB_USERNAME} -p= " ${DOCKERHUB_TOKEN} "
48
48
${MAKEFILE_PATH} /scripts/push-docker-images -p ${SUPPORTED_PLATFORMS} -r ${IMG} -v ${VERSION} -m
49
49
50
50
version :
@@ -136,4 +136,4 @@ release-prep-patch: create-local-release-tag-patch create-release-prep-pr
136
136
release-prep-custom : # Run make NEW_VERSION=v1.2.3 release-prep-custom to prep for a custom release version
137
137
ifdef NEW_VERSION
138
138
$(shell echo "${MAKEFILE_PATH}/scripts/create-local-tag-for-release -v $(NEW_VERSION) && echo && make create-release-prep-pr")
139
- endif
139
+ endif
You can’t perform that action at this time.
0 commit comments