ci: added docker installation step
This commit is contained in:
parent
61b3ebb449
commit
801a355acf
|
@ -6,10 +6,11 @@ on:
|
|||
paths-ignore:
|
||||
- "**.md"
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Docker Buildx
|
||||
|
|
Loading…
Reference in New Issue