fix: Try to manually install docker
Some checks failed
ci / build (x86_64-unknown-linux-gnu) (push) Failing after 5s
ci / build (wasm32-unknown-unknown) (push) Failing after 11s
Publish Docker / build (push) Failing after 18s

This commit is contained in:
Nathan Woodburn 2025-02-14 13:13:39 +11:00
parent f6d6137edf
commit 82cc5202dd
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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
uses: elgohr/Publish-Docker-Github-Action@v5
with: