Skip to content

Commit 17878c6

Browse files
committed
Provide docker.io registry to docker/podman login command
1 parent 63fcb5b commit 17878c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ release: test ## Release
132132
read -p "Publish image (y/n)? " answer
133133
case $$answer in \
134134
y|Y ) \
135-
$(CONTAINER_RUNTIME) login; \
135+
$(CONTAINER_RUNTIME) login docker.io; \
136136
$(CONTAINER_RUNTIME) push ${IMAGE_FQIN}:${RELEASE_VERSION}; \
137137
if [ "$$?" -ne 0 ]; then \
138138
echo "Unable to publish image"; \

0 commit comments

Comments
 (0)