Skip to content

Commit

Permalink
build: Respect env vars in release-manifests step
Browse files Browse the repository at this point in the history
Previously, the env vars were not being used, due to a typo.
  • Loading branch information
dlipovetsky committed Oct 18, 2023
1 parent b6c9c3c commit 031a807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Also see note on make variables, above.
run: |
make release-manifests \
--makefile d2iq.Makefile
--makefile d2iq.Makefile \
REGISTRY=${{ env.registry }} \
CAPVCD_IMG=${{ env.repository }} \
VERSION=${{ env.version }}
Expand Down

0 comments on commit 031a807

Please sign in to comment.