add docker
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22) (push) Failing after 7s
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22) (push) Failing after 7s
This commit is contained in:
parent
0aff7c7abb
commit
453a1b0e54
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -18,6 +18,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install deps
|
||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@master
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue