Skip to content

Commit

Permalink
Add a build step to explicitly install OC
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 16, 2024
1 parent baaefa6 commit 19d288d
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 19d288d

Please sign in to comment.