From ae9b4889a33a08391e666910271677ea88feac03 Mon Sep 17 00:00:00 2001 From: Fabian Wiesel Date: Thu, 22 Jan 2026 14:58:49 +0100 Subject: [PATCH] Also tag the images with the sha-hash The sha tag allows us to refer to the image by the git hash of the repo, which makes it easy to test any release based on the information available in git. --- .github/workflows/container-registry-ghcr.yaml | 2 ++ Makefile.maker.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/container-registry-ghcr.yaml b/.github/workflows/container-registry-ghcr.yaml index 9bbb89e..c7bdaef 100644 --- a/.github/workflows/container-registry-ghcr.yaml +++ b/.github/workflows/container-registry-ghcr.yaml @@ -42,6 +42,8 @@ jobs: type=semver,pattern={{raw}} type=semver,pattern=v{{major}}.{{minor}} type=semver,pattern=v{{major}} + # https://github.com/docker/metadata-action#typesha + type=sha,format=long - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx diff --git a/Makefile.maker.yaml b/Makefile.maker.yaml index 6ec5702..fe7b758 100644 --- a/Makefile.maker.yaml +++ b/Makefile.maker.yaml @@ -40,6 +40,7 @@ githubWorkflow: - edge - latest - semver + - sha license: enabled: true