install docker
This commit is contained in:
parent
33233e0482
commit
a6bdb4fb3f
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ jobs:
|
|||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install docker
|
||||
uses: papodaca/install-docker-action@main
|
||||
|
||||
- name: Log in to registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue