From bec359d57d7a869b5cf76f331b362379b596866e Mon Sep 17 00:00:00 2001 From: bjee19 <139261241+bjee19@users.noreply.github.com> Date: Tue, 21 Nov 2023 08:24:50 -0800 Subject: [PATCH] Revert some changes to workflow files (#1276) --- .github/workflows/ci.yml | 2 +- .github/workflows/conformance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eda7b4a701..bc8ea48a71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,7 +227,7 @@ jobs: - name: Install Chart run: > helm install - helm-$(echo ${{ steps.nginx-meta.outputs.version }} | tr '.' '-') + helm-$(echo ${{ steps.ngf-meta.outputs.version }} | tr '.' '-') . --wait --create-namespace diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index b58f443746..9eb0a42eb2 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -74,7 +74,7 @@ jobs: run: | ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric ngf_tag=${{ steps.ngf-meta.outputs.version }} - make update-ngf-manifest NGF_PREFIX=${ngf_prefix} NGF_TAG=${ngf_tag} + make update-ngf-manifest PREFIX=${ngf_prefix} TAG=${ngf_tag} working-directory: ./conformance - name: Build binary