ci(docker): only generate branch tags for non-release builds
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user