From b2a169a44c5949fb4e8e4526e5f2657919a7a35f Mon Sep 17 00:00:00 2001 From: vinayasuresh Date: Fri, 23 May 2025 16:21:33 +0530 Subject: [PATCH] 2 --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7280a35a8..443baaf92 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -22,7 +22,7 @@ jobs: - name: Log in to Docker Hub uses: docker/login-action@v3 with: - username: ${{ secrets.DOCKER_USERNAME }} + username: vinayasuresh password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push Docker image @@ -30,4 +30,4 @@ jobs: with: context: . push: true - tags: ${{ secrets.DOCKER_USERNAME }}/spring-petclinic:latest + tags: vinayasuresh/spring-petclinic:latest