Use correct docker version in main.yml

This commit is contained in:
Lawrence Wong 2023-01-13 09:57:43 -08:00
parent 8ee3a0fcd4
commit 4a54a95ad9

View file

@ -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