update
This commit is contained in:
parent
a251ad57c6
commit
1d312e2fcd
1 changed files with 1 additions and 4 deletions
5
.github/workflows/container.yml
vendored
5
.github/workflows/container.yml
vendored
|
@ -16,10 +16,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- run: apt update && apt install sudo wget curl git iptables -y
|
||||
|
||||
- name: Set up Docker
|
||||
uses: https://github.com/docker/setup-docker-action@v4
|
||||
- run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
||||
|
||||
- name: Login to Self-Hosted Registry
|
||||
uses: docker/login-action@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue