Use correct docker version in main.yml
This commit is contained in:
parent
6c39eaa6fd
commit
27f7bef575
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||||
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) 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 update
|
||||||
sudo apt-get install docker-ce=20.10.10~ce~3-0~ubuntu
|
sudo apt-get install docker-ce=20.10.1~ce~3-0~ubuntu
|
||||||
- name: Check Docker Version
|
- name: Check Docker Version
|
||||||
run: docker --version
|
run: docker --version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue