We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9088eb5 commit 386361dCopy full SHA for 386361d
.github/workflows/ci.yml
@@ -38,8 +38,8 @@ jobs:
38
with:
39
images: ${{ github.repository }}
40
tags: |
41
- type=sha
42
- type=sha,format=long
+ type=sha,prefix=,suffix=,format=short
+ type=sha,prefix=,suffix=,format=long
43
type=ref,event=branch
44
type=pep440,pattern={{version}}
45
type=raw,value=latest,enable={{is_default_branch}}
0 commit comments