From 66f1db410a834bcead32ebb32f29b711027b8dc5 Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 17 Mar 2025 20:28:44 -0400 Subject: [PATCH] update --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 6155a65..246ac4e 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -24,7 +24,7 @@ jobs: username: ${{ secrets.MYCO_REGISTRY_USER }} password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }} - name: install deps - run: apt update && apt install iptables + run: apt update && apt install iptables -y - name: Set up Docker uses: https://github.com/docker/setup-docker-action@v4