We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12f029 commit 66176f2Copy full SHA for 66176f2
.github/workflows/update-images.yml
@@ -14,10 +14,10 @@ jobs:
14
# Latest branches
15
- { branch: master, channel: latest/edge }
16
# Stable branches
17
- - { branch: 1.30, channel: 1.30 }
18
- - { branch: 1.29, channel: 1.29 }
19
- - { branch: 1.28, channel: 1.28 }
20
- - { 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" }
21
# Stable strict branches
22
- { branch: 1.30-strict, channel: 1.30-strict }
23
- { branch: 1.29-strict, channel: 1.29-strict }
0 commit comments