Update SHA tag prefix in docker-publish.yml

Fix the tag prefix format for SHA in Docker publish workflow.
This commit is contained in:
Linus Rath
2026-03-21 00:15:01 +01:00
committed by GitHub
parent fc38427ed0
commit 01779fa59e
+1 -1
View File
@@ -116,7 +116,7 @@ jobs:
images: ${{ env.IMAGE_NAME }}
tags: |
type=raw,value={{branch}}
type=sha,prefix={{branch}}
type=sha,prefix={{branch}}-
- name: Create manifest list and push
working-directory: /tmp/digests