Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 8f9cf36

Browse files
authored
Merge pull request #81 from gianarb/fix/pass-kubebuilder-env
pass right env var to make manifest
2 parents be2be79 + 6e11b9a commit 8f9cf36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: make kubebuilder KUBEBUILDER_DIR=${KUBEBUILDER_DIR} # we use this dir because /usr/local/kubebuilder is protected
2020
- name: manifest
2121
run: make manifest KUBEBUILDER_DIR=${KUBEBUILDER_DIR} # we use this dir because /usr/local/kubebuilder is protected
22+
env:
23+
KUBEBUILDER_ASSETS: ${{ env.KUBEBUILDER_DIR }}/bin
2224
- name: Get the version
2325
id: get_version
2426
run: echo ::set-env name=VERSION::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)