Skip to content

Commit

Permalink
Revert some changes to workflow files (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjee19 authored Nov 21, 2023
1 parent 2fe03e1 commit bec359d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bec359d

Please sign in to comment.