20240822_091031

This commit is contained in:
Barry Matheney 2024-08-22 09:10:31 -04:00
parent 35f6698da0
commit ae4418674a

View file

@ -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 }}