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 db364c0 commit 213991c
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 @@ -33,6 +33,11 @@ jobs:
distribution: temurin
java-version: 17

- 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 213991c

Please sign in to comment.