Merge pull request #8267 from zmstone/0617-ci-no-more-latest-tag-for-4.4

ci: no more latest tag for 4.4
This commit is contained in:
Xinyu Liu 2022-06-22 18:08:28 +08:00 committed by GitHub
commit b3bd31ec86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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