Skip to content

Commit

Permalink
chore: Build new k8s version images
Browse files Browse the repository at this point in the history
/build-new-image
  • Loading branch information
okozachenko1203 committed Nov 16, 2023
1 parent 66eda8b commit b461d48
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ jobs:
kube:
- v1.24.16
- v1.25.12
- v1.26.7
- v1.27.4
- v1.26.10
- v1.27.7
- v1.28.3
concurrency:
group: build-images-${{ github.ref }}-${{ matrix.kube }}-${{ matrix.os_distro }}
cancel-in-progress: true
Expand Down Expand Up @@ -201,8 +202,9 @@ jobs:
kube:
- v1.24.16
- v1.25.12
- v1.26.7
- v1.27.4
- v1.26.10
- v1.27.7
- v1.28.3
concurrency:
group: functional-${{ github.ref }}-${{ matrix.kube }}-${{ matrix.os_distro }}
cancel-in-progress: true
Expand Down

0 comments on commit b461d48

Please sign in to comment.