Skip to content

Commit 7661d9f

Browse files
authored
Update Makefile
1 parent 6c4e410 commit 7661d9f

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
@@ -44,7 +44,7 @@ docker:
4444

4545
push:
4646
@echo ">> pushing docker image, $(DOCKER_USER),$(DOCKER_IMAGE_NAME),$(TAG)"
47-
@echo $DOCKER_PASSWORD | docker login -u "$DOCKER_USERNAME" --password-stdin
47+
@echo $(DOCKER_PASS) | docker login -u "$(DOCKER_USER)" --password-stdin
4848
@docker tag "$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_TAG)" "$(DOCKER_USER)/$(DOCKER_IMAGE_NAME):$(TAG)"
4949
@docker push "$(DOCKER_USER)/$(DOCKER_IMAGE_NAME):$(TAG)"
5050

0 commit comments

Comments
 (0)