Update .github/workflows/build.yaml
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled
This commit is contained in:
parent
53b6f6b380
commit
afdb098a06
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
run: apt update && apt install iptables
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
|
|
Loading…
Add table
Reference in a new issue