Use correct docker version in main.yml
This commit is contained in:
parent
8ee3a0fcd4
commit
4a54a95ad9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: |
|
||||
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 -y && apt-get install docker-ce=18.06.2~ce~3-0~ubuntu
|
||||
sudo apt-get update -y && sudo apt-get install docker-ce=18.06.2~ce~3-0~ubuntu
|
||||
- name: Check Docker Version
|
||||
run: docker --version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue