From 5e4962e538837bdbfa5f53c2931923d15be08b87 Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 29 Jan 2023 15:44:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20.github:=20add=20sha=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 615715d..9da837e 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -21,6 +21,7 @@ jobs: with: images: ghcr.io/${{ env.ENDPOINT }} tags: | + type=sha,prefix=,format=short,enable=true type=ref,event=branch # set latest tag for default branch type=raw,value=latest,enable={{is_default_branch}}