Closed khaos-codi closed 3 months ago
This PR fixes the build workflow by adding a Dockerfile and a new GitHub Actions workflow to build and push the Docker image.
A Dockerfile that installs all necessary dependencies for building the book:
A GitHub Actions workflow file (docker-build.yml) to build and push the Docker image to GitHub Container Registry.
docker-build.yml
Documentation about the Docker image in docker/README.md.
docker/README.md
ghcr.io/iksnae/book-builder:latest
This fixes the "manifest unknown" error that was occurring because the Docker image wasn't found in the registry.
Fix for Book Build Workflow
This PR fixes the build workflow by adding a Dockerfile and a new GitHub Actions workflow to build and push the Docker image.
What's included:
A Dockerfile that installs all necessary dependencies for building the book:
A GitHub Actions workflow file (
docker-build.yml
) to build and push the Docker image to GitHub Container Registry.Documentation about the Docker image in
docker/README.md
.How to use:
ghcr.io/iksnae/book-builder:latest
This fixes the "manifest unknown" error that was occurring because the Docker image wasn't found in the registry.