Next try to get actions working
This commit is contained in:
parent
c235162984
commit
90e2022098
2 changed files with 6 additions and 3 deletions
5
.github/workflows/docker-image-rootless.yml
vendored
5
.github/workflows/docker-image-rootless.yml
vendored
|
@ -12,7 +12,10 @@ jobs:
|
|||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
||||
- name: setup-docker
|
||||
uses: docker-practice/actions-setup-docker@v1
|
||||
|
||||
- name: Docker Login
|
||||
uses: docker/login-action@v1.12.0
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue