mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Try to install docker via an action
This commit is contained in:
parent
0ca95b9368
commit
4ef6737dab
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ jobs:
|
|||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
-
|
||||
name: Set up docker
|
||||
uses: https://github.com/docker-practice/actions-setup-docker@master
|
||||
-
|
||||
name: Docker login
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
|
|
Loading…
Reference in a new issue