We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fcb5b commit 17878c6Copy full SHA for 17878c6
GNUmakefile
@@ -132,7 +132,7 @@ release: test ## Release
132
read -p "Publish image (y/n)? " answer
133
case $$answer in \
134
y|Y ) \
135
- $(CONTAINER_RUNTIME) login; \
+ $(CONTAINER_RUNTIME) login docker.io; \
136
$(CONTAINER_RUNTIME) push ${IMAGE_FQIN}:${RELEASE_VERSION}; \
137
if [ "$$?" -ne 0 ]; then \
138
echo "Unable to publish image"; \
0 commit comments