Skip to content

Commit 61ea293

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ 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+
# "mirror" is the default source, so this is optional.
48+
source: "mirror"
49+
oc: "latest"
50+
4451
- name: Log in to OpenShift
4552
uses: redhat-actions/oc-login@v1
4653
with:

0 commit comments

Comments
 (0)