mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
20240822_091526
This commit is contained in:
parent
ae4418674a
commit
ba8cf3ef47
1 changed files with 5 additions and 1 deletions
6
.github/workflows/docker-build.yml
vendored
6
.github/workflows/docker-build.yml
vendored
|
@ -42,5 +42,9 @@ jobs:
|
|||
with:
|
||||
# image: barrymatheney/spring-petclinic
|
||||
push: true
|
||||
tags: barrymatheney/spring-petclinic:${{ github.sha }}
|
||||
cache-from: type=registry,ref=${{ vars.DOCKER_USERNAME }}/${{ vars.DOCKER_IMAGE_NAME }}:latest
|
||||
cache-to: type=inline
|
||||
tags: ${{ vars.DOCKER_USERNAME }}/${{ vars.DOCKER_IMAGE_NAME }}:latest
|
||||
|
||||
# tags: barrymatheney/spring-petclinic:${{ github.sha }}
|
||||
# , ${{ github.run_id }}, ${{ github.ref_name }}
|
Loading…
Reference in a new issue