Skip to content

Commit 63bbbd2

Browse files
fix(ci): use make build-installer in release workflow
1 parent f718e20 commit 63bbbd2

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,9 @@ jobs:
5757
cache-from: type=gha
5858
cache-to: type=gha,mode=max
5959

60-
- name: Install Kustomize & Generate Consolidated YAML
60+
- name: Generate Consolidated YAML
6161
run: |
62-
make kustomize
63-
mkdir -p dist
64-
./bin/kustomize edit set image controller=ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.tag }} --dir config/manager
65-
./bin/kustomize build config/default > dist/install.yaml
62+
make build-installer IMG=ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.tag }}
6663
6764
- name: Create GitHub Release
6865
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)