impl: ci
All checks were successful
docker / docker (push) Successful in 30s

This commit is contained in:
anna 2024-02-07 17:54:22 +00:00
parent ebaa2f6d38
commit 3b44a83e89

10
.github/workflows/docker.yml vendored Normal file
View file

@ -0,0 +1,10 @@
name: docker
on:
- push
jobs:
docker:
runs-on: ubuntu-22.04
steps:
- run: curl -fsSL https://get.docker.com | sh
- run: docker info