diff --git a/.github/workflows/dev_pipeline.yml b/.github/workflows/dev_pipeline.yml index 3ce34e0be..87dab87ea 100644 --- a/.github/workflows/dev_pipeline.yml +++ b/.github/workflows/dev_pipeline.yml @@ -56,5 +56,4 @@ jobs: with: push: true tags: | - docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.sha }} - docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.ref }} \ No newline at end of file + docker.pkg.github.com/${{ env.IMAGE_REPOSITORY }}/spring-petclinic-image:${{ github.sha }} \ No newline at end of file