This commit is contained in:
vinayasuresh 2025-05-23 16:21:33 +05:30
parent c5252027b7
commit b2a169a44c

View file

@ -22,7 +22,7 @@ jobs:
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: vinayasuresh
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image - name: Build and push Docker image
@ -30,4 +30,4 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ${{ secrets.DOCKER_USERNAME }}/spring-petclinic:latest tags: vinayasuresh/spring-petclinic:latest