ci(docker): only generate branch tags for non-release builds

This commit is contained in:
duorameng
2026-06-21 12:15:46 +08:00
parent d2d5ba1cad
commit 05bbb05c37
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -56,8 +56,6 @@ jobs:
flavor: |
latest=false
tags: |
type=semver,pattern={{version}}-amd64${{ matrix.tag_suffix }}
type=raw,value=latest-amd64${{ matrix.tag_suffix }},enable={{is_default_branch}}
type=ref,event=branch,suffix=-amd64${{ matrix.tag_suffix }}
- name: Get build time
-2
View File
@@ -65,8 +65,6 @@ jobs:
flavor: |
latest=false
tags: |
type=semver,pattern={{version}}-arm64${{ matrix.tag_suffix }}
type=raw,value=latest-arm64${{ matrix.tag_suffix }},enable={{is_default_branch}}
type=ref,event=branch,suffix=-arm64${{ matrix.tag_suffix }}
- name: Get build time