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