Skip to content
Snippets Groups Projects
Unverified Commit 518890a9 authored by Renaud Chaput's avatar Renaud Chaput Committed by GitHub
Browse files

Fixes `latest` Docker tag (#25812)

parent ea10febd
No related branches found
No related tags found
No related merge requests found
......@@ -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}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment