Skip to content

Commit

Permalink
Install operator sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik-cube-man committed Dec 13, 2023
1 parent 55e68da commit 9b023b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install operator-sdk
run: brew install operator-sdk

- name: Build and push docker images
env:
VERSION: ${{ github.event.inputs.IMAGE_TAG }}
Expand Down

0 comments on commit 9b023b5

Please sign in to comment.