ci: added docker installation step

This commit is contained in:
antifallobst 2023-10-11 23:35:51 +02:00
parent 61b3ebb449
commit 801a355acf
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 3 additions and 2 deletions

View File

@ -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