From d5f632a4c468e661df29bbbf0261a2055f08e876 Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Fri, 9 Aug 2024 13:53:26 +0100 Subject: [PATCH] Use git sha from GitHub Actions context --- .github/workflows/build_container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index 952db3a..ef8a12c 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -72,7 +72,7 @@ jobs: tags: | type=ref,event=branch type=ref,event=pr - type=sha,format=long + type=raw,value=${{ github.sha }} type=semver,pattern=v{{version}} type=semver,pattern=v{{major}}.{{minor}} type=semver,pattern=v{{major}}.{{minor}}.{{patch}}