Skip to content

Commit 92c2fdf

Browse files
Fix invalid Docker tag on PR events by using static sha- prefix
Co-authored-by: ThisIs-Developer <109382325+ThisIs-Developer@users.noreply.github.com>
1 parent c857f3b commit 92c2fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
tags: |
4040
type=ref,event=branch
4141
type=ref,event=pr
42-
type=sha,prefix={{branch}}-
42+
type=sha,prefix=sha-
4343
type=raw,value=latest,enable={{is_default_branch}}
4444
4545
- name: Build and push Docker image

0 commit comments

Comments
 (0)