Update .github/workflows/build.yaml
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled

This commit is contained in:
brooke 2025-03-19 15:22:42 -04:00
parent 53b6f6b380
commit afdb098a06

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- 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
id: buildx