ci: no more 'latest' docker tag for 4.4
This commit is contained in:
parent
b7762ede6e
commit
5220cdd1f6
|
@ -319,7 +319,7 @@ jobs:
|
||||||
images: ${{ matrix.registry }}/${{ github.repository_owner }}/${{ matrix.profile }}
|
images: ${{ matrix.registry }}/${{ github.repository_owner }}/${{ matrix.profile }}
|
||||||
## only stable tag is latest
|
## only stable tag is latest
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=${{ contains(github.ref, 'tags') && !contains(github.ref_name, 'rc') && !contains(github.ref_name, 'beta') && !contains(github.ref_name, 'alpha') }}
|
latest=false # latest is now 5.0
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
|
|
Loading…
Reference in New Issue