Use correct docker version in main.yml
This commit is contained in:
parent
1074f7eaa5
commit
6c39eaa6fd
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 -
|
||||
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 docker-ce=20.10.7~ce~3-0~ubuntu
|
||||
sudo apt-get install docker-ce=20.10.10~ce~3-0~ubuntu
|
||||
- name: Check Docker Version
|
||||
run: docker --version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue