From c2cde94e0467d99b702e1d0d3cfb1e937c559da0 Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 17 Mar 2025 20:50:27 -0400 Subject: [PATCH] update --- .github/workflows/container.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 246ac4e..5b38ba7 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -12,7 +12,7 @@ env: jobs: linux: - runs-on: ubuntu-22.04 + runs-on: node container: steps: - uses: actions/checkout@v3 @@ -23,8 +23,6 @@ jobs: registry: fung.uy username: ${{ secrets.MYCO_REGISTRY_USER }} password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }} - - name: install deps - run: apt update && apt install iptables -y - name: Set up Docker uses: https://github.com/docker/setup-docker-action@v4