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 4c96917 commit f635c51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-to.openshift-dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ jobs:
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install -y --allow-downgrades docker-ce=1.13.1~dfsg-0ubuntu1
apt-cache madison docker-ce
sudo apt-get install -y --allow-downgrades docker-ce=1.13.1-0~ubuntu
sudo apt-mark hold docker-ce
- name: Check Docker Version
run: docker --version

Expand Down

0 comments on commit f635c51

Please sign in to comment.