Skip to content

Commit

Permalink
ci: Add lfc-scheduler manifest to release (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Hinteregger <[email protected]>
  • Loading branch information
philipp-hinteregger authored Sep 30, 2022
1 parent 2d7f412 commit 1dcb615
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ jobs:
cd ../lfc-scheduler
go mod tidy
make build-and-push-image TAG=${{ steps.get_version.outputs.VERSION }}
make release-manifests TAG=${{ steps.get_version.outputs.VERSION }}
cd ../operator
go mod tidy
make build-and-push-image TAG=${{ steps.get_version.outputs.VERSION }}
make controller-gen release-manifests TAG=${{ steps.get_version.outputs.VERSION }}
cd ..
cat fc-scheduler/config/rendered/release.yaml operator/config/rendered/release.yaml > manifest.yaml
- name: Release
uses: softprops/action-gh-release@v1
with:
files: operator/config/rendered/release.yaml
files: manifest.yaml

0 comments on commit 1dcb615

Please sign in to comment.