We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1391c2b commit cea8615Copy full SHA for cea8615
.github/workflows/functional.yml
@@ -9,7 +9,6 @@ on:
9
- "v[0-9]+.[0-9]+.[0-9]+*"
10
pull_request:
11
12
-
13
defaults:
14
run:
15
shell: bash
@@ -20,8 +19,6 @@ permissions:
20
19
jobs:
21
functional-tests:
22
name: Gateway Functional Tests
23
- permissions:
24
- contents: write # for docker/build-push-action to read repo content
25
runs-on: ubuntu-22.04
26
strategy:
27
matrix:
@@ -54,7 +51,6 @@ jobs:
54
51
path: ${{ github.workspace }}/dist
55
52
key: nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
56
53
57
58
- name: NGF Docker meta
59
id: ngf-meta
60
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
0 commit comments