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: jobs:
build-and-push-image: build-and-push-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: docker:dind
permissions: permissions:
contents: read contents: read
packages: write packages: write
steps: 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 - name: Check out the repo
uses: actions/checkout@v4 uses: actions/checkout@v4