mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
updated build docker image step
This commit is contained in:
parent
268350cb99
commit
ba578d9d3b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue