Browse Source

Remove `latest` tag on 4.2 docker image builds (#32351)

pull/1368/head
Claire 1 year ago committed by GitHub
parent
commit
02e7fbb566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build-releases.yml

2
.github/workflows/build-releases.yml

@ -22,7 +22,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.2.') }}
latest=false
tags: |
type=pep440,pattern={{raw}}
type=pep440,pattern=v{{major}}.{{minor}}

Loading…
Cancel
Save