ci(docker): only generate branch tags for non-release builds
This commit is contained in:
@@ -56,8 +56,6 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
tags: |
|
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 }}
|
type=ref,event=branch,suffix=-amd64${{ matrix.tag_suffix }}
|
||||||
|
|
||||||
- name: Get build time
|
- name: Get build time
|
||||||
|
|||||||
@@ -65,8 +65,6 @@ jobs:
|
|||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
tags: |
|
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 }}
|
type=ref,event=branch,suffix=-arm64${{ matrix.tag_suffix }}
|
||||||
|
|
||||||
- name: Get build time
|
- name: Get build time
|
||||||
|
|||||||
Reference in New Issue
Block a user