Fixes `latest` Docker tag (#25812)

lolsob-rspec
Renaud Chaput 2023-07-11 14:52:00 +02:00 committed by GitHub
parent 29c29410d2
commit e9312afa0d
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
# This needs to be updated after each minor version release
flavor: |
latest=${{ startsWith(github.ref, 'refs/tags/v4.1.') && 'auto' || 'false' }}
latest=${{ startsWith(github.ref, 'refs/tags/v4.1.') }}
tags: |
type=edge,branch=main
type=pep440,pattern={{raw}}