1 parent f718e20 commit 63bbbd2Copy full SHA for 63bbbd2
1 file changed
.github/workflows/release.yml
@@ -57,12 +57,9 @@ jobs:
57
cache-from: type=gha
58
cache-to: type=gha,mode=max
59
60
- - name: Install Kustomize & Generate Consolidated YAML
+ - name: Generate Consolidated YAML
61
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
+ make build-installer IMG=ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.tag }}
66
67
- name: Create GitHub Release
68
uses: softprops/action-gh-release@v2
0 commit comments