Skip to content

Commit b12f029

Browse files
authored
update images.txt in all stable supported branches (#4519)
1 parent 5403f43 commit b12f029

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/update-images.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ jobs:
1414
# Latest branches
1515
- { branch: master, channel: latest/edge }
1616
# Stable branches
17-
- { branch: 1.26, channel: 1.26 }
18-
- { branch: 1.25, channel: 1.25 }
19-
- { branch: 1.24, channel: 1.24 }
20-
- { branch: 1.23, channel: 1.23 }
21-
- { branch: 1.22, channel: 1.22 }
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 }
2221
# Stable strict branches
23-
- { branch: 1.26-strict, channel: 1.26-strict }
24-
- { branch: 1.25-strict, channel: 1.25-strict }
25-
# EKSD branches
26-
- { branch: 1.24-eksd, channel: 1.24-eksd }
27-
- { branch: 1.23-eksd, channel: 1.23-eksd }
22+
- { branch: 1.30-strict, channel: 1.30-strict }
23+
- { branch: 1.29-strict, channel: 1.29-strict }
24+
- { branch: 1.28-strict, channel: 1.28-strict }
25+
- { branch: 1.27-strict, channel: 1.27-strict }
2826
steps:
2927
- name: Checkout
3028
uses: actions/checkout@v4

0 commit comments

Comments
 (0)