From f4dcd30f7a1b0f93d4c281b0f4cafcfa24641e5e Mon Sep 17 00:00:00 2001 From: Pranjal Kumar Date: Wed, 18 Jun 2025 22:56:45 +0530 Subject: [PATCH] Rectified Pipeline --- .github/workflows/ci-cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 97b5b7e98..f104f08be 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -67,7 +67,7 @@ jobs: uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_TOKEN }} + password: ${{ secrets.DOCKER_PASSWORD }} - name: Build & Push run: | SHORT_SHA=$(echo $GITHUB_SHA | cut -c1-7) @@ -86,7 +86,7 @@ jobs: uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_TOKEN }} + password: ${{ secrets.DOCKER_PASSWORD }} - name: Build & Push run: | docker build -t ${{ secrets.DOCKER_USERNAME }}/main:latest .