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