fix: Try to manually install docker
This commit is contained in:
parent
f6d6137edf
commit
82cc5202dd
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -11,6 +11,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
- name: Install Docker
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install curl
|
||||||
|
curl -fsSL https://get.docker.com | sh
|
||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: elgohr/Publish-Docker-Github-Action@v5
|
uses: elgohr/Publish-Docker-Github-Action@v5
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user