Skip to content

Commit 386361d

Browse files
committed
fix: remove prefix
1 parent 9088eb5 commit 386361d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
with:
3939
images: ${{ github.repository }}
4040
tags: |
41-
type=sha
42-
type=sha,format=long
41+
type=sha,prefix=,suffix=,format=short
42+
type=sha,prefix=,suffix=,format=long
4343
type=ref,event=branch
4444
type=pep440,pattern={{version}}
4545
type=raw,value=latest,enable={{is_default_branch}}

0 commit comments

Comments
 (0)