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 88jobs :
99 version :
1010 name : Fetch NGINX mainline version
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 outputs :
1313 major : ${{ steps.nginx_version.outputs.major }}
1414 minor : ${{ steps.nginx_version.outputs.minor }}
3333 slim :
3434 name : Build Alpine NGINX mainline slim Docker image
3535 needs : version
36- runs-on : ubuntu-22 .04
36+ runs-on : ubuntu-24 .04
3737 strategy :
3838 fail-fast : false
3939 steps :
@@ -151,7 +151,7 @@ jobs:
151151 core :
152152 name : Build Alpine NGINX mainline Docker image
153153 needs : [version, slim]
154- runs-on : ubuntu-22 .04
154+ runs-on : ubuntu-24 .04
155155 strategy :
156156 fail-fast : false
157157 steps :
@@ -269,7 +269,7 @@ jobs:
269269 perl :
270270 name : Build Alpine NGINX mainline perl Docker image
271271 needs : [version, core]
272- runs-on : ubuntu-22 .04
272+ runs-on : ubuntu-24 .04
273273 strategy :
274274 fail-fast : false
275275 steps :
Original file line number Diff line number Diff line change 88jobs :
99 version :
1010 name : Fetch NGINX stable version
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 outputs :
1313 major : ${{ steps.nginx_version.outputs.major }}
1414 minor : ${{ steps.nginx_version.outputs.minor }}
3333 slim :
3434 name : Build Alpine NGINX stable slim Docker image
3535 needs : version
36- runs-on : ubuntu-22 .04
36+ runs-on : ubuntu-24 .04
3737 strategy :
3838 fail-fast : false
3939 steps :
@@ -143,7 +143,7 @@ jobs:
143143 core :
144144 name : Build Alpine NGINX stable Docker image
145145 needs : [version, slim]
146- runs-on : ubuntu-22 .04
146+ runs-on : ubuntu-24 .04
147147 strategy :
148148 fail-fast : false
149149 steps :
@@ -253,7 +253,7 @@ jobs:
253253 perl :
254254 name : Build Alpine NGINX stable perl Docker image
255255 needs : [version, core]
256- runs-on : ubuntu-22 .04
256+ runs-on : ubuntu-24 .04
257257 strategy :
258258 fail-fast : false
259259 steps :
Original file line number Diff line number Diff line change 88jobs :
99 version :
1010 name : Fetch NGINX mainline version
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 outputs :
1313 major : ${{ steps.nginx_version.outputs.major }}
1414 minor : ${{ steps.nginx_version.outputs.minor }}
3333 core :
3434 name : Build Debian NGINX mainline Docker image
3535 needs : version
36- runs-on : ubuntu-22 .04
36+ runs-on : ubuntu-24 .04
3737 strategy :
3838 fail-fast : false
3939 steps :
@@ -152,7 +152,7 @@ jobs:
152152 perl :
153153 name : Build Debian NGINX mainline perl Docker image
154154 needs : [version, core]
155- runs-on : ubuntu-22 .04
155+ runs-on : ubuntu-24 .04
156156 strategy :
157157 fail-fast : false
158158 steps :
Original file line number Diff line number Diff line change 88jobs :
99 version :
1010 name : Fetch NGINX stable version
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 outputs :
1313 major : ${{ steps.nginx_version.outputs.major }}
1414 minor : ${{ steps.nginx_version.outputs.minor }}
3333 core :
3434 name : Build Debian NGINX stable Docker image
3535 needs : version
36- runs-on : ubuntu-22 .04
36+ runs-on : ubuntu-24 .04
3737 strategy :
3838 fail-fast : false
3939 steps :
@@ -144,7 +144,7 @@ jobs:
144144 perl :
145145 name : Build Debian NGINX stable perl Docker image
146146 needs : [version, core]
147- runs-on : ubuntu-22 .04
147+ runs-on : ubuntu-24 .04
148148 strategy :
149149 fail-fast : false
150150 steps :
Original file line number Diff line number Diff line change 99 cleanup :
1010 name : Delete untagged NGINX Unprivileged Docker images on the Amazon ECR Public Gallery and the GitHub Container Registry
1111 if : ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313 strategy :
1414 fail-fast : false
1515 steps :
You can’t perform that action at this time.
0 commit comments