File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
version :
10
10
name : Fetch NGINX mainline version
11
- runs-on : ubuntu-22 .04
11
+ runs-on : ubuntu-24 .04
12
12
outputs :
13
13
major : ${{ steps.nginx_version.outputs.major }}
14
14
minor : ${{ steps.nginx_version.outputs.minor }}
33
33
slim :
34
34
name : Build Alpine NGINX mainline slim Docker image
35
35
needs : version
36
- runs-on : ubuntu-22 .04
36
+ runs-on : ubuntu-24 .04
37
37
strategy :
38
38
fail-fast : false
39
39
steps :
@@ -151,7 +151,7 @@ jobs:
151
151
core :
152
152
name : Build Alpine NGINX mainline Docker image
153
153
needs : [version, slim]
154
- runs-on : ubuntu-22 .04
154
+ runs-on : ubuntu-24 .04
155
155
strategy :
156
156
fail-fast : false
157
157
steps :
@@ -269,7 +269,7 @@ jobs:
269
269
perl :
270
270
name : Build Alpine NGINX mainline perl Docker image
271
271
needs : [version, core]
272
- runs-on : ubuntu-22 .04
272
+ runs-on : ubuntu-24 .04
273
273
strategy :
274
274
fail-fast : false
275
275
steps :
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
version :
10
10
name : Fetch NGINX stable version
11
- runs-on : ubuntu-22 .04
11
+ runs-on : ubuntu-24 .04
12
12
outputs :
13
13
major : ${{ steps.nginx_version.outputs.major }}
14
14
minor : ${{ steps.nginx_version.outputs.minor }}
33
33
slim :
34
34
name : Build Alpine NGINX stable slim Docker image
35
35
needs : version
36
- runs-on : ubuntu-22 .04
36
+ runs-on : ubuntu-24 .04
37
37
strategy :
38
38
fail-fast : false
39
39
steps :
@@ -143,7 +143,7 @@ jobs:
143
143
core :
144
144
name : Build Alpine NGINX stable Docker image
145
145
needs : [version, slim]
146
- runs-on : ubuntu-22 .04
146
+ runs-on : ubuntu-24 .04
147
147
strategy :
148
148
fail-fast : false
149
149
steps :
@@ -253,7 +253,7 @@ jobs:
253
253
perl :
254
254
name : Build Alpine NGINX stable perl Docker image
255
255
needs : [version, core]
256
- runs-on : ubuntu-22 .04
256
+ runs-on : ubuntu-24 .04
257
257
strategy :
258
258
fail-fast : false
259
259
steps :
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
version :
10
10
name : Fetch NGINX mainline version
11
- runs-on : ubuntu-22 .04
11
+ runs-on : ubuntu-24 .04
12
12
outputs :
13
13
major : ${{ steps.nginx_version.outputs.major }}
14
14
minor : ${{ steps.nginx_version.outputs.minor }}
33
33
core :
34
34
name : Build Debian NGINX mainline Docker image
35
35
needs : version
36
- runs-on : ubuntu-22 .04
36
+ runs-on : ubuntu-24 .04
37
37
strategy :
38
38
fail-fast : false
39
39
steps :
@@ -152,7 +152,7 @@ jobs:
152
152
perl :
153
153
name : Build Debian NGINX mainline perl Docker image
154
154
needs : [version, core]
155
- runs-on : ubuntu-22 .04
155
+ runs-on : ubuntu-24 .04
156
156
strategy :
157
157
fail-fast : false
158
158
steps :
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
version :
10
10
name : Fetch NGINX stable version
11
- runs-on : ubuntu-22 .04
11
+ runs-on : ubuntu-24 .04
12
12
outputs :
13
13
major : ${{ steps.nginx_version.outputs.major }}
14
14
minor : ${{ steps.nginx_version.outputs.minor }}
33
33
core :
34
34
name : Build Debian NGINX stable Docker image
35
35
needs : version
36
- runs-on : ubuntu-22 .04
36
+ runs-on : ubuntu-24 .04
37
37
strategy :
38
38
fail-fast : false
39
39
steps :
@@ -144,7 +144,7 @@ jobs:
144
144
perl :
145
145
name : Build Debian NGINX stable perl Docker image
146
146
needs : [version, core]
147
- runs-on : ubuntu-22 .04
147
+ runs-on : ubuntu-24 .04
148
148
strategy :
149
149
fail-fast : false
150
150
steps :
Original file line number Diff line number Diff line change 9
9
cleanup :
10
10
name : Delete untagged NGINX Unprivileged Docker images on the Amazon ECR Public Gallery and the GitHub Container Registry
11
11
if : ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
12
- runs-on : ubuntu-22 .04
12
+ runs-on : ubuntu-24 .04
13
13
strategy :
14
14
fail-fast : false
15
15
steps :
You can’t perform that action at this time.
0 commit comments