From 62cd18e5e75b9ce9b1da8ddff33337d987698c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20K=C3=BCc=C3=BCk?= Date: Thu, 6 Jun 2024 16:49:08 +0200 Subject: [PATCH] Add additional docker image tag (#4197) * Update build-private-images-ghcr.yml --- .github/workflows/build-private-images-ghcr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-private-images-ghcr.yml b/.github/workflows/build-private-images-ghcr.yml index 2f104c4265f6..4ccc4ac88d7f 100644 --- a/.github/workflows/build-private-images-ghcr.yml +++ b/.github/workflows/build-private-images-ghcr.yml @@ -24,12 +24,15 @@ jobs: - name: Docker meta id: meta uses: docker/metadata-action@v5.0.0 + env: + DOCKER_METADATA_PR_HEAD_SHA: true with: images: ghcr.io/plausible/analytics/ee tags: | type=ref,event=pr type=ref,event=branch type=ref,event=tag + type=sha - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3