update
This commit is contained in:
parent
ca1287464c
commit
a2d809c125
1 changed files with 2 additions and 0 deletions
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
||||||
registry: fung.uy
|
registry: fung.uy
|
||||||
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
||||||
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }}
|
||||||
|
- name: install deps
|
||||||
|
run: apt update && apt install iptables
|
||||||
|
|
||||||
- name: Set up Docker
|
- name: Set up Docker
|
||||||
uses: https://github.com/docker/setup-docker-action@v4
|
uses: https://github.com/docker/setup-docker-action@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue