20240625_145617

This commit is contained in:
Barry Matheney 2024-06-25 14:56:17 -04:00
parent 505d94e55a
commit 8647cf97a9

View file

@ -40,5 +40,6 @@ jobs:
name: Build and push
uses: docker/build-push-action@v6
with:
image: barrymatheney/spring-petclinic
push: true
tags: barrymatheney/spring-petclinic:latest
tags: ${{ github.sha }} , ${{ github.run_id }}, ${{ github.ref_name }}