From ce243a64b2c4876ed71ec40387322325e5c29009 Mon Sep 17 00:00:00 2001 From: SnskArora Date: Sat, 22 Mar 2025 15:51:45 +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 fca8ede..54ae70a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: run: make tidy - name: Build run: | - docker login -u snskArora --password "$AUTH" ghcr.io + docker login --username snskArora --password $AUTH ghcr.io make build env: VERSION: latest