Skip to content

Commit

Permalink
Fix Dockerhub registry URL (Yelp#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
justineyster authored and GitHub Enterprise committed Jun 16, 2021
1 parent b710b3c commit ea02c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.ibm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DOCKER_REGISTRY_ART := txo-toolbox-team-docker-local.artifactory.swg-devops.com
DOCKER_USER_ART := dssadmin@us.ibm.com
DOCKER_PASS_ART := $(ART_API_KEY)

DOCKER_REGISTRY_DOCKERHUB := hub.docker.com
DOCKER_REGISTRY_DOCKERHUB := registry.hub.docker.com
DOCKER_USER_DOCKERHUB := $(DOCKER_HUB_USERNAME)
DOCKER_PASS_DOCKERHUB := $(DOCKER_HUB_API_KEY)

Expand Down

0 comments on commit ea02c56

Please sign in to comment.