diff --git a/Makefile b/Makefile index eaa2270..f57fda3 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ push: echo "VERSION is required"; \ exit 1; \ fi - @echo $(AUTH) | docker login ghcr.io -u snskArora --password-stdin + @echo $(AUTH) | docker login ghcr.io -u snskarora --password-stdin docker push $(IMAGE_REPO):$(VERSION) .PHONY: test