This commit is contained in:
SnskArora 2025-03-22 15:34:42 +05:30
parent 88956d4a77
commit b06994759d
No known key found for this signature in database
GPG key ID: 6EC7FEA48093AB59

View file

@ -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