From 292dab3cfcb812c22b877a6d7cdb9dff13388876 Mon Sep 17 00:00:00 2001 From: Gabri Botha Date: Fri, 4 Jun 2021 12:23:00 +0200 Subject: [PATCH] Fix docker image tags --- .github/workflows/dev_pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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