Skip to content

Commit

Permalink
Merge pull request #384 from marko-bekhta/build/install-oc
Browse files Browse the repository at this point in the history
Add a build step to explicitly install OC
  • Loading branch information
marko-bekhta authored Dec 16, 2024
2 parents baaefa6 + 19d288d commit 7229cae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
with:
version: 'v3.13.3'

- name: Install CLI tools from OpenShift Mirror
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: "latest"

- name: Log in to OpenShift
uses: redhat-actions/oc-login@v1
with:
Expand Down

0 comments on commit 7229cae

Please sign in to comment.