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