From befc3d0db896df30072f03aff4f971fbf3570ebc Mon Sep 17 00:00:00 2001 From: SnskArora Date: Sat, 22 Mar 2025 15:50:29 +0530 Subject: [PATCH] auth update --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ea2b95..fca8ede 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: run: make tidy - name: Build run: | - docker login ghcr.io -u snskArora --password $AUTH + docker login -u snskArora --password "$AUTH" ghcr.io make build env: VERSION: latest