Reviewed-on: #2pull/3/head
parent
8016ff837e
commit
0546fdf474
|
@ -14,6 +14,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- name: Dependenies
|
||||
run: |
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
sh ./get-docker.sh
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v2.10.0
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue