Skip to content

Commit 6996227

Browse files
committed
Disable 0 tag
1 parent 8cab5bf commit 6996227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
tags: |
6969
type=semver,pattern={{version}}
7070
type=semver,pattern={{major}}.{{minor}}
71-
type=semver,pattern={{major}}
71+
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
7272
- name: Setup Docker
7373
uses: ./.github/actions/setup-docker
7474
with:

0 commit comments

Comments
 (0)