Skip to content

Commit 9340e27

Browse files
author
Matthew
committed
fix(Makefile): make DEV_REGISTRY silent if registry.hub.docker.com
docker push registry.hub.docker.com/deisci/builder has been failing recently. However, removing the FQDN works.
1 parent 22ed141 commit 9340e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ all: build run
66

77
COMPONENT = controller
88
IMAGE = $(IMAGE_PREFIX)$(COMPONENT):$(BUILD_TAG)
9-
DEV_IMAGE = $(DEV_REGISTRY)/$(IMAGE)
9+
DEV_IMAGE = $(REGISTRY)$(IMAGE)
1010

1111
build: check-docker
1212
docker build -t $(IMAGE) .

0 commit comments

Comments
 (0)