summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRenaud Chaput <renchap@gmail.com>2023-07-11 14:52:00 +0200
committerGitHub <noreply@github.com>2023-07-11 14:52:00 +0200
commit518890a9f158f053f3b95354604dec6e7d412abd (patch)
treecfea8e5324b7567136cac12f17b5c2c3d213d81b /.github
parentea10febd257b5b729a50aeb3218389763f5f4b97 (diff)
Fixes `latest` Docker tag (#25812)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-image.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml
index f9dd36e36fc..c01914a97fd 100644
--- a/.github/workflows/build-image.yml
+++ b/.github/workflows/build-image.yml
@@ -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}}