Fixes `latest` Docker tag (#25812)

This commit is contained in:
Renaud Chaput 2023-07-11 14:52:00 +02:00 committed by GitHub
parent ea10febd25
commit 518890a9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
# Only tag with latest when ran against the latest stable branch # Only tag with latest when ran against the latest stable branch
# This needs to be updated after each minor version release # This needs to be updated after each minor version release
flavor: | flavor: |
latest=${{ startsWith(github.ref, 'refs/tags/v4.1.') && 'auto' || 'false' }} latest=${{ startsWith(github.ref, 'refs/tags/v4.1.') }}
tags: | tags: |
type=edge,branch=main type=edge,branch=main
type=pep440,pattern={{raw}} type=pep440,pattern={{raw}}