Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/alpine-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
version:
name: Fetch NGINX mainline version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
major: ${{ steps.nginx_version.outputs.major }}
minor: ${{ steps.nginx_version.outputs.minor }}
Expand All @@ -33,7 +33,7 @@ jobs:
slim:
name: Build Alpine NGINX mainline slim Docker image
needs: version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
core:
name: Build Alpine NGINX mainline Docker image
needs: [version, slim]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
perl:
name: Build Alpine NGINX mainline perl Docker image
needs: [version, core]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/alpine-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
version:
name: Fetch NGINX stable version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
major: ${{ steps.nginx_version.outputs.major }}
minor: ${{ steps.nginx_version.outputs.minor }}
Expand All @@ -33,7 +33,7 @@ jobs:
slim:
name: Build Alpine NGINX stable slim Docker image
needs: version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
core:
name: Build Alpine NGINX stable Docker image
needs: [version, slim]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
perl:
name: Build Alpine NGINX stable perl Docker image
needs: [version, core]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/debian-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
version:
name: Fetch NGINX mainline version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
major: ${{ steps.nginx_version.outputs.major }}
minor: ${{ steps.nginx_version.outputs.minor }}
Expand All @@ -33,7 +33,7 @@ jobs:
core:
name: Build Debian NGINX mainline Docker image
needs: version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
perl:
name: Build Debian NGINX mainline perl Docker image
needs: [version, core]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/debian-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
version:
name: Fetch NGINX stable version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
major: ${{ steps.nginx_version.outputs.major }}
minor: ${{ steps.nginx_version.outputs.minor }}
Expand All @@ -33,7 +33,7 @@ jobs:
core:
name: Build Debian NGINX stable Docker image
needs: version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
perl:
name: Build Debian NGINX stable perl Docker image
needs: [version, core]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
cleanup:
name: Delete untagged NGINX Unprivileged Docker images on the Amazon ECR Public Gallery and the GitHub Container Registry
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
Expand Down