update
This commit is contained in:
parent
a2d809c125
commit
66f1db410a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue