mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
20240625_145617
This commit is contained in:
parent
505d94e55a
commit
8647cf97a9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
|
@ -40,5 +40,6 @@ jobs:
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
image: barrymatheney/spring-petclinic
|
||||||
push: true
|
push: true
|
||||||
tags: barrymatheney/spring-petclinic:latest
|
tags: ${{ github.sha }} , ${{ github.run_id }}, ${{ github.ref_name }}
|
Loading…
Reference in a new issue