Skip to content

Commit 8d30b14

Browse files
committed
Explicitly install OC as one of the build steps
1 parent 721667e commit 8d30b14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
with:
4242
version: 'v3.13.3'
4343

44+
- name: Install CLI tools from OpenShift Mirror
45+
uses: redhat-actions/openshift-tools-installer@v1
46+
with:
47+
oc: "latest"
48+
4449
- name: Log in to OpenShift
4550
uses: redhat-actions/oc-login@v1
4651
with:

0 commit comments

Comments
 (0)