From eb6def72636b57e8f980a0a8c93851347cde09a0 Mon Sep 17 00:00:00 2001 From: abankhele <144853780+abankhele@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:12:26 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8056b3b..1bf992a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,6 @@ jobs: - name: Build and push the image run: | - docker login --username abankhele --password ${{secrets.ACCESS_TOKEN}} ghcr.io ACCESS_TOKEN + echo ${{ secrets.ACCESS_TOKEN }} | docker login ghcr.io --username abankhele --password-stdin docker build -t ghcr.io/abankhele/prime-service:latest --file Dockerfile . docker push ghcr.io/abankhele/prime-service:latest