Skip to content

Commit bec359d

Browse files
authored
Revert some changes to workflow files (#1276)
1 parent 2fe03e1 commit bec359d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
- name: Install Chart
228228
run: >
229229
helm install
230-
helm-$(echo ${{ steps.nginx-meta.outputs.version }} | tr '.' '-')
230+
helm-$(echo ${{ steps.ngf-meta.outputs.version }} | tr '.' '-')
231231
.
232232
--wait
233233
--create-namespace

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
7676
ngf_tag=${{ steps.ngf-meta.outputs.version }}
77-
make update-ngf-manifest NGF_PREFIX=${ngf_prefix} NGF_TAG=${ngf_tag}
77+
make update-ngf-manifest PREFIX=${ngf_prefix} TAG=${ngf_tag}
7878
working-directory: ./conformance
7979

8080
- name: Build binary

0 commit comments

Comments
 (0)