From b06994759d11fa3a54bb6d50fc99f4d5a56ebd44 Mon Sep 17 00:00:00 2001 From: SnskArora Date: Sat, 22 Mar 2025 15:34:42 +0530 Subject: [PATCH] whim --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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