ci: no more 'latest' docker tag for 4.4

This commit is contained in:
Zaiming (Stone) Shi 2022-06-17 20:26:56 +02:00
parent b7762ede6e
commit 5220cdd1f6
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ jobs:
images: ${{ matrix.registry }}/${{ github.repository_owner }}/${{ matrix.profile }}
## only stable tag is latest
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: |
type=ref,event=branch
type=ref,event=pr