From 8647cf97a9efbd62c426e5db574ed1ceccff0484 Mon Sep 17 00:00:00 2001 From: Barry Matheney Date: Tue, 25 Jun 2024 14:56:17 -0400 Subject: [PATCH] 20240625_145617 --- .github/workflows/docker-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index eee41c011..e1c5b196d 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -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 \ No newline at end of file + tags: ${{ github.sha }} , ${{ github.run_id }}, ${{ github.ref_name }} \ No newline at end of file