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 2fe03e1 commit bec359dCopy full SHA for bec359d
.github/workflows/ci.yml
@@ -227,7 +227,7 @@ jobs:
227
- name: Install Chart
228
run: >
229
helm install
230
- helm-$(echo ${{ steps.nginx-meta.outputs.version }} | tr '.' '-')
+ helm-$(echo ${{ steps.ngf-meta.outputs.version }} | tr '.' '-')
231
.
232
--wait
233
--create-namespace
.github/workflows/conformance.yml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
76
ngf_tag=${{ steps.ngf-meta.outputs.version }}
77
- make update-ngf-manifest NGF_PREFIX=${ngf_prefix} NGF_TAG=${ngf_tag}
+ make update-ngf-manifest PREFIX=${ngf_prefix} TAG=${ngf_tag}
78
working-directory: ./conformance
79
80
- name: Build binary
0 commit comments