Skip to content

Commit fea3400

Browse files
committed
install operator sdk in github action
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
1 parent 3374bee commit fea3400

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_images.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- uses: actions/setup-go@v2
2323
with:
2424
go-version: ^1.16
25+
26+
- uses: shivanshs9/setup-k8s-operator-sdk@v1
27+
with:
28+
version: "1.11.0"
2529

2630
- name: Build container and push
2731
run: |

0 commit comments

Comments
 (0)