This commit is contained in:
brooke 2025-03-17 20:26:05 -04:00
parent ca1287464c
commit a2d809c125

View file

@ -23,6 +23,8 @@ jobs:
registry: fung.uy
username: ${{ secrets.MYCO_REGISTRY_USER }}
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
- name: install deps
run: apt update && apt install iptables
- name: Set up Docker
uses: https://github.com/docker/setup-docker-action@v4