Skip to content

Commit

Permalink
Fixes latest Docker tag (#25812)
Browse files Browse the repository at this point in the history
  • Loading branch information
renchap committed Jul 11, 2023
1 parent ea10feb commit 518890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 518890a

Please sign in to comment.