Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/components-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ jobs:
uses: actions/checkout@v6

- name: Install oc
uses: redhat-actions/oc-installer@v1
uses: redhat-actions/openshift-tools-installer@v1
with:
oc_version: 'latest'
oc: latest

- name: Log in to OpenShift Cluster
run: |
Expand Down Expand Up @@ -325,9 +325,9 @@ jobs:
uses: actions/checkout@v6

- name: Install oc
uses: redhat-actions/oc-installer@v1
uses: redhat-actions/openshift-tools-installer@v1
with:
oc_version: 'latest'
oc: latest

- name: Log in to OpenShift Cluster
run: |
Expand All @@ -352,9 +352,9 @@ jobs:
uses: actions/checkout@v6

- name: Install oc
uses: redhat-actions/oc-installer@v1
uses: redhat-actions/openshift-tools-installer@v1
with:
oc_version: 'latest'
oc: latest

- name: Install kustomize
run: |
Expand Down Expand Up @@ -427,9 +427,9 @@ jobs:
uses: actions/checkout@v6

- name: Install oc
uses: redhat-actions/oc-installer@v1
uses: redhat-actions/openshift-tools-installer@v1
with:
oc_version: 'latest'
oc: latest

- name: Install kustomize
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/prod-release-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ jobs:
ref: ${{ needs.release.outputs.new_tag }}

- name: Install oc
uses: redhat-actions/oc-installer@v1
uses: redhat-actions/openshift-tools-installer@v1
with:
oc_version: 'latest'
oc: latest

- name: Log in to OpenShift Cluster
run: |
Expand Down Expand Up @@ -484,9 +484,9 @@ jobs:
ref: ${{ needs.release.outputs.new_tag }}

- name: Install oc
uses: redhat-actions/oc-installer@v1
uses: redhat-actions/openshift-tools-installer@v1
with:
oc_version: 'latest'
oc: latest

- name: Install kustomize
uses: imranismail/setup-kustomize@v2
Expand Down
Loading