Skip to content

Commit bbc1f5c

Browse files
committed
use !pre
1 parent 1a5dd68 commit bbc1f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
type=ref,event=pr
119119
type=semver,pattern={{version}}
120120
type=semver,pattern={{major}}.{{minor}}
121-
type=raw,value=latest,enable={{is_default_branch}}
121+
type=raw,value=latest,enable=${{ !contains(github.ref_name, 'pre') }}
122122
123123
- name: Create manifest list and push
124124
working-directory: ${{ runner.temp }}/digests

0 commit comments

Comments
 (0)