From d9a35d039ef72f67cc2532daaa24e1ab9a1d0909 Mon Sep 17 00:00:00 2001 From: "cristian.pop" Date: Wed, 21 Feb 2024 18:03:12 +0200 Subject: [PATCH] remove sha from tag --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 484810a..b191c22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: VARIANT: ${{ matrix.variant }} REGISTRY: ghcr.io # tag as /:13-13.4-alpine-854f69c8ae1f41bfc6f14435575efbccaa5e9e5d - IMAGE_TAG: ${{ format('ghcr.io/{0}:{1}-{2}-{3}-{4}', github.repository, matrix.postgres, matrix.postgis, matrix.variant, github.sha) }} + IMAGE_TAG: ${{ format('ghcr.io/{0}:{1}-{2}-{3}', github.repository, matrix.postgres, matrix.postgis, matrix.variant) }} DOCKERFILE_LOCATION: ./${{ format('{0}-{1}', matrix.postgres, matrix.postgis)}}/${{ matrix.variant }} steps: