From 892c0f4d49621686c791d64cb55ca5ed59f747f4 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Thu, 9 Jan 2025 17:21:25 +0000 Subject: [PATCH] set commit SHA tags --- .github/workflows/publish-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index e7e281c3..7602376b 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -276,6 +276,7 @@ jobs: type=semver,pattern=v{{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }} type=ref,event=branch type=ref,event=pr + type=sha,format=long,prefix={{branch}}- images: ${{needs.define-variables.outputs.images}} # default labels & annotations: https://github.com/docker/metadata-action/blob/master/src/meta.ts#L509 env: