Fix docker image tags

This commit is contained in:
Gabri Botha 2021-06-04 12:23:00 +02:00
parent b1f4553789
commit 292dab3cfc

View file

@ -56,5 +56,4 @@ jobs:
with: with:
push: true push: true
tags: | tags: |
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.sha }} docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.sha }}
docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.ref }}