Add docker file
Some checks failed
Build Notes Site / build (push) Failing after 5s

This commit is contained in:
Jay
2026-03-03 10:44:18 +00:00
parent 6f37163a7b
commit 4ceb357291

View File

@@ -7,16 +7,12 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: docker:26-cli
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install docker CLI
run: |
apt-get update
apt-get install -y docker.io
docker version || true
- name: Build docker image - name: Build docker image
run: | run: |
docker build -t mkdocs-builder -f ci/mkdocs/Dockerfile ci/mkdocs docker build -t mkdocs-builder -f ci/mkdocs/Dockerfile ci/mkdocs