From b8900962cf5b53c0c2bee78a2e7571b5e3dd3934 Mon Sep 17 00:00:00 2001 From: Swarup Sengupta Date: Fri, 28 Nov 2025 21:39:15 +0530 Subject: [PATCH] added new cicd yaml file --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ee793b2..d84a5bd 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -122,8 +122,8 @@ jobs: if: steps.prep.outputs.should_push == 'true' uses: docker/login-action@v3 with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_TOKEN }} + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Docker image uses: docker/build-push-action@v5