Skip to content

Commit

Permalink
install oc in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 19, 2024
1 parent 400ae25 commit 0bd0154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reset-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
runs-on: ubuntu-24.04
name: Build and push image to ECR
steps:
- name: Install CLI tools from GitHub
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: "4.15"

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

0 comments on commit 0bd0154

Please sign in to comment.