From 21c44fe8adffe090fd41483c8b7f8118b04bdf4b Mon Sep 17 00:00:00 2001 From: Tobias Burgherr Date: Mon, 15 Sep 2025 19:25:43 +0200 Subject: [PATCH] Generate a docker sha --- .github/workflows/docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 521e63e..4f258dc 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -73,6 +73,7 @@ jobs: # Add 'edge' tag for main and develop branches type=edge,pattern=main type=edge,pattern=develop + type=sha # create a sha tag # Use a custom tag if manually dispatched type=raw,value=${{ github.event.inputs.custom_tag || '' }}