File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
28
28
packages : write # for docker/build-push-action to push to GHCR
29
29
id-token : write # for docker/login to login to NGINX registry
30
- runs-on : ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') && 'kic-plus' || (github. repository_owner == 'nginx' && (github.ref_type == 'tag' || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'ubuntu-22 .04-amd64') || 'ubuntu-24.04' }}
30
+ runs-on : ${{ github.repository_owner == 'nginx' && (github.ref_type == 'tag' || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'ubuntu-24 .04-amd64' || 'ubuntu-24.04' }}
31
31
services :
32
32
registry :
33
33
image : registry:3
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
132
132
binary :
133
133
name : Build Binary
134
- runs-on : ${{ github.repository_owner == 'nginx' && (github.ref_type == 'tag' || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'ubuntu-22 .04-amd64' || 'ubuntu-24.04' }}
134
+ runs-on : ${{ github.repository_owner == 'nginx' && (github.ref_type == 'tag' || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'ubuntu-24 .04-amd64' || 'ubuntu-24.04' }}
135
135
needs : [vars, unit-tests, njs-unit-tests]
136
136
permissions :
137
137
contents : write # for goreleaser/goreleaser-action and lucacome/draft-release to create/update releases
@@ -288,7 +288,7 @@ jobs:
288
288
289
289
publish-helm :
290
290
name : Package and Publish Helm Chart
291
- runs-on : ${{ github.repository_owner == 'nginx' && (github.ref_type == 'tag' || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'ubuntu-22 .04-amd64' || 'ubuntu-24.04' }}
291
+ runs-on : ${{ github.repository_owner == 'nginx' && (github.ref_type == 'tag' || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'ubuntu-24 .04-amd64' || 'ubuntu-24.04' }}
292
292
needs : [vars, helm-tests]
293
293
if : ${{ github.event_name == 'push' && ! startsWith(github.ref, 'refs/heads/release-') }}
294
294
permissions :
You can’t perform that action at this time.
0 commit comments