Skip to content

Commit b33881b

Browse files
committed
fix: docker build
1 parent 16cd2ab commit b33881b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
tags: |
4242
type=ref,event=branch
4343
type=ref,event=pr
44-
type=sha,prefix={{branch}}-
44+
type=ref,event=tag
45+
type=sha,prefix={{branch}}-,enable={{is_default_branch}}
4546
type=raw,value=latest,enable={{is_default_branch}}
4647
4748
- name: Build and push Docker image

0 commit comments

Comments
 (0)