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