mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Setup docker first
This commit is contained in:
parent
4ef6737dab
commit
3c4f87ed2e
1 changed files with 3 additions and 3 deletions
|
@ -62,6 +62,9 @@ jobs:
|
|||
-
|
||||
name: Checkout pict-rs
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
-
|
||||
name: Set up docker
|
||||
uses: https://github.com/docker-practice/actions-setup-docker@master
|
||||
-
|
||||
name: Prepare Platform
|
||||
run: |
|
||||
|
@ -78,9 +81,6 @@ 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