Use correct docker version in main.yml
This commit is contained in:
parent
616d934b3b
commit
a0ec5c30b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: docker --version
|
||||
- name: Install Latest Docker
|
||||
run: |
|
||||
curl -fsSL https://apt.dockerproject.org/gpg | apt-key add -
|
||||
sudo curl -fsSL https://apt.dockerproject.org/gpg | apt-key add -
|
||||
sudo apt-add-repository "deb https://apt.dockerproject.org/repo ubuntu-$(lsb_release -cs) main"
|
||||
sudo apt-get update -y && apt-get install docker-ce=18.06.2~ce~3-0~ubuntu
|
||||
- name: Check Docker Version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue