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 61fc12e commit 4c96917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Install Docker
run: |
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 xenial stable"
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
- name: Check Docker Version
Expand Down

0 comments on commit 4c96917

Please sign in to comment.