diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index e1c5b196d..4bb0183ec 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -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 }} \ No newline at end of file + tags: barrymatheney/spring-petclinic:${{ github.sha }} + # , ${{ github.run_id }}, ${{ github.ref_name }} \ No newline at end of file