This commit is contained in:
parent
f4d008b25c
commit
092207c172
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker
|
||||
run: curl -fsSL https://get.docker.com | bash
|
||||
run: |
|
||||
sh -c "curl -fsSL https://get.docker.com | bash"
|
||||
dockerd-rootless-setuptool.sh install
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue