Update .github/workflows/build.yaml
All checks were successful
Build And Publish Docker / build-latest (push) Successful in 2h23m19s

This commit is contained in:
brooke 2025-03-19 15:23:20 -04:00
parent afdb098a06
commit e0b47a6a61

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install deps
run: apt update && apt install iptables
run: apt update && apt install iptables -y
- name: Set up Docker Buildx
id: buildx