From eeeabfdc61610d03055c55a99147644371cc5149 Mon Sep 17 00:00:00 2001 From: Lukas Lalinsky Date: Sat, 28 Sep 2024 17:26:49 +0200 Subject: [PATCH] Remove citus from the docker tag --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd4fce8..b6a69c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,11 +40,11 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} flavor: | latest=auto - prefix=pg${{ env.PG_VERSION }}-citus${{ env.CITUS_VERSION }}-,onlatest=true + prefix=pg${{ env.PG_VERSION }}-,onlatest=true tags: | type=semver,pattern={{version}} type=ref,event=branch - type=sha,prefix=pg${{ env.PG_VERSION }}-citus${{ env.CITUS_VERSION }}-{{branch}}- + type=sha,prefix=pg${{ env.PG_VERSION }}-{{branch}}- - name: Build and push Docker image uses: docker/build-push-action@v3