mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
20240822_091031
This commit is contained in:
parent
35f6698da0
commit
ae4418674a
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docker-build.yml
vendored
5
.github/workflows/docker-build.yml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
|||
name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
image: barrymatheney/spring-petclinic
|
||||
# image: barrymatheney/spring-petclinic
|
||||
push: true
|
||||
tags: ${{ github.sha }} , ${{ github.run_id }}, ${{ github.ref_name }}
|
||||
tags: barrymatheney/spring-petclinic:${{ github.sha }}
|
||||
# , ${{ github.run_id }}, ${{ github.ref_name }}
|
Loading…
Reference in a new issue