Test installing Docker

This commit is contained in:
2024-01-15 15:30:37 -06:00
parent 5cf81d710a
commit 14cbdc4d9f

View File

@@ -13,13 +13,15 @@ env:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
container: docker:dind
permissions:
contents: read
packages: write
steps:
- name: Prepare the container
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
- name: Check out the repo
uses: actions/checkout@v4