mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 17:05:49 +00:00
Fix docker image tags
This commit is contained in:
parent
b1f4553789
commit
292dab3cfc
1 changed files with 1 additions and 2 deletions
3
.github/workflows/dev_pipeline.yml
vendored
3
.github/workflows/dev_pipeline.yml
vendored
|
@ -56,5 +56,4 @@ jobs:
|
|||
with:
|
||||
push: true
|
||||
tags: |
|
||||
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.sha }}
|
||||
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.ref }}
|
||||
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.sha }}
|
Loading…
Reference in a new issue