Skip to content

Commit

Permalink
Update deploy-to.openshift-dev-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaDeveloper456788 authored Oct 9, 2024
1 parent f2cfe31 commit 1b3d691
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-to.openshift-dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
}
- name: Check out repository
uses: actions/checkout@v3
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker-ce=5:20.10.8~3-0~ubuntu-focal
- name: Install oc
uses: redhat-actions/openshift-tools-installer@v1
with:
Expand Down

0 comments on commit 1b3d691

Please sign in to comment.