Skip to content

Commit

Permalink
yaml is fun (#4520)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed May 14, 2024
1 parent b12f029 commit 66176f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
# Latest branches
- { branch: master, channel: latest/edge }
# Stable branches
- { branch: 1.30, channel: 1.30 }
- { branch: 1.29, channel: 1.29 }
- { branch: 1.28, channel: 1.28 }
- { branch: 1.27, channel: 1.27 }
- { branch: "1.30", channel: "1.30" }
- { branch: "1.29", channel: "1.29" }
- { branch: "1.28", channel: "1.28" }
- { branch: "1.27", channel: "1.27" }
# Stable strict branches
- { branch: 1.30-strict, channel: 1.30-strict }
- { branch: 1.29-strict, channel: 1.29-strict }
Expand Down

0 comments on commit 66176f2

Please sign in to comment.