Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
add controller-gen to manifest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed Sep 28, 2022
1 parent afe3a7b commit e2935d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
echo "MANIFESTS_IMAGE=storageos/operator-manifests:${{ github.ref_name }}" >> $GITHUB_ENV
echo "OPERATOR_IMAGE=storageos/operator:${{ github.ref_name }}" >> $GITHUB_ENV
- name: Run manifests image build
run: make manifests-image
run: make controller-gen manifests-image
- name: Push manifests container image
run: docker push ${{ env.MANIFESTS_IMAGE }}

Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- name: Set image env vars
run: echo "OPERATOR_IMAGE=storageos/operator:${{ github.ref_name }}" >> $GITHUB_ENV
- name: Generate bundle manifest
run: make install-manifest
run: make controller-gen install-manifest
- name: Compress Kustomize manifests
run: (cd config ; tar -czvf ../storageos-operator-kustomize.tar.gz .)
- name: Create pre-release
Expand Down

0 comments on commit e2935d8

Please sign in to comment.