We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721667e commit 61ea293Copy full SHA for 61ea293
.github/workflows/deploy.yml
@@ -41,6 +41,13 @@ jobs:
41
with:
42
version: 'v3.13.3'
43
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
+
51
- name: Log in to OpenShift
52
uses: redhat-actions/oc-login@v1
53
0 commit comments