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