Skip to content

Commit

Permalink
ci(gh-action): deploy catalog img in ci (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 authored Sep 1, 2024
1 parent d930f30 commit a90b609
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,7 @@ jobs:
run: |
make bundle
make bundle-buildx
- name: Build and push catalog
run: |
make catalog
make catalog-buildx
2 changes: 1 addition & 1 deletion bundle/manifests/hdfs-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ metadata:
]
capabilities: Basic Install
categories: Big Data
createdAt: "2024-08-28T15:20:01Z"
createdAt: "2024-08-30T09:01:14Z"
operators.operatorframework.io/builder: operator-sdk-v1.35.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
name: hdfs-operator.v0.0.0-dev
Expand Down

0 comments on commit a90b609

Please sign in to comment.