File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ defaults:
21
21
jobs :
22
22
test :
23
23
name : Run tests
24
- runs-on : ubuntu-22 .04
24
+ runs-on : ubuntu-24 .04
25
25
26
26
steps :
27
27
- name : Checkout repository
71
71
72
72
build-docker :
73
73
name : Build Docker image
74
- runs-on : ubuntu-22 .04
74
+ runs-on : ubuntu-24 .04
75
75
needs : test
76
76
permissions :
77
77
contents : read
@@ -100,7 +100,7 @@ jobs:
100
100
images : ${{ steps.prepare-repository-name.outputs.repository }}
101
101
102
102
- name : Build Docker image
103
- uses : docker/build-push-action@v5
103
+ uses : docker/build-push-action@v6
104
104
with :
105
105
platforms : linux/amd64,linux/arm64
106
106
context : .
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defaults:
20
20
jobs :
21
21
publish-docker :
22
22
name : Publish Docker image
23
- runs-on : ubuntu-22 .04
23
+ runs-on : ubuntu-24 .04
24
24
permissions :
25
25
contents : read
26
26
packages : write
52
52
images : ${{ steps.prepare-repository-name.outputs.repository }}
53
53
54
54
- name : Build and push Docker image
55
- uses : docker/build-push-action@v5
55
+ uses : docker/build-push-action@v6
56
56
with :
57
57
platforms : linux/amd64,linux/arm64
58
58
context : .
70
70
71
71
publish-crds :
72
72
name : Publish CRD image
73
- runs-on : ubuntu-22 .04
73
+ runs-on : ubuntu-24 .04
74
74
permissions :
75
75
contents : read
76
76
packages : write
@@ -103,7 +103,7 @@ jobs:
103
103
104
104
update-chart :
105
105
name : Update Helm chart
106
- runs-on : ubuntu-22 .04
106
+ runs-on : ubuntu-24 .04
107
107
needs : [publish-docker,publish-crds]
108
108
109
109
steps :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ defaults:
35
35
jobs :
36
36
release :
37
37
name : Trigger release
38
- runs-on : ubuntu-22 .04
38
+ runs-on : ubuntu-24 .04
39
39
permissions :
40
40
contents : write
41
41
You can’t perform that action at this time.
0 commit comments