File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ defaults:
2424jobs :
2525 test :
2626 name : Run tests
27- runs-on : ubuntu-22 .04
27+ runs-on : ubuntu-24 .04
2828
2929 steps :
3030 - name : Checkout repository
7474
7575 build-docker :
7676 name : Build Docker image
77- runs-on : ubuntu-22 .04
77+ runs-on : ubuntu-24 .04
7878 needs : test
7979 permissions :
8080 contents : read
@@ -119,7 +119,7 @@ jobs:
119119 labels : ${{ steps.extract-custom-labels.outputs.labels }}
120120
121121 - name : Build Docker image
122- uses : docker/build-push-action@v5
122+ uses : docker/build-push-action@v6
123123 with :
124124 platforms : linux/amd64,linux/arm64
125125 context : .
@@ -144,7 +144,7 @@ jobs:
144144
145145 test-helm :
146146 name : Run Helm chart tests
147- runs-on : ubuntu-22 .04
147+ runs-on : ubuntu-24 .04
148148 needs : build-docker
149149
150150 steps :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ defaults:
1818jobs :
1919 validate :
2020 name : Run validations
21- runs-on : ubuntu-22 .04
21+ runs-on : ubuntu-24 .04
2222
2323 steps :
2424 - name : Checkout repository
3939
4040 publish-docker :
4141 name : Publish Docker image
42- runs-on : ubuntu-22 .04
42+ runs-on : ubuntu-24 .04
4343 needs : validate
4444 permissions :
4545 contents : read
8888 labels : ${{ steps.extract-custom-labels.outputs.labels }}
8989
9090 - name : Build and push Docker image
91- uses : docker/build-push-action@v5
91+ uses : docker/build-push-action@v6
9292 with :
9393 platforms : linux/amd64,linux/arm64
9494 context : .
@@ -106,7 +106,7 @@ jobs:
106106
107107 publish-crds :
108108 name : Publish CRD image
109- runs-on : ubuntu-22 .04
109+ runs-on : ubuntu-24 .04
110110 needs : validate
111111 permissions :
112112 contents : read
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ defaults:
3737jobs :
3838 release :
3939 name : Trigger release
40- runs-on : ubuntu-22 .04
40+ runs-on : ubuntu-24 .04
4141 permissions :
4242 contents : write
4343
You can’t perform that action at this time.
0 commit comments