updated build docker image step

This commit is contained in:
ybandala 2025-02-11 01:34:12 -06:00
parent 268350cb99
commit ba578d9d3b

View file

@ -23,7 +23,7 @@ jobs:
- name: Build Docker Image
run: |
docker build -t petclinic:${{ github.sha }} .
docker build -t ybandala/petclinic:${{ github.sha }} .
docker tag ybandala/petclinic:${{ github.sha }} ybandala/petclinic:latest
- name: Test