Skip to content

Commit

Permalink
ci: ensure 2.1 series is pushed as latest container (#7238)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens authored Apr 21, 2023
1 parent 8144c1f commit 840d526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ jobs:
shell: bash

staging-release-images-latest-tags:
# Only update latest tags for 2.0 releases
if: startsWith(github.event.inputs.version, '2.0')
# Only update latest tags for 2.1 releases
if: startsWith(github.event.inputs.version, '2.1')
name: Release latest Linux container images
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 840d526

Please sign in to comment.