add -y
This commit is contained in:
parent
67a82c6ade
commit
efdf2c0cb1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- run: apt update && apt install iptables
|
||||
- run: apt update && apt install iptables -y
|
||||
|
||||
- name: Build and Push
|
||||
uses: https://github.com/docker/setup-docker-action@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue