Skip to content

Commit

Permalink
Fix issue with openshift deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
timwekkenbc committed Oct 15, 2024
1 parent e4221d7 commit bb63e01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install OpenShift CLI
run: |
curl -LO https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz
tar -xvf oc.tar.gz
sudo mv oc /usr/local/bin
- name: Authenticate and set context for OpenShift
uses: redhat-actions/oc-login@v1
with:
Expand Down

0 comments on commit bb63e01

Please sign in to comment.