Build GitHub Actions Images
Centralized Docker images for GitHub Actions workflows
Centralized Docker images for GitHub Actions workflows.
Repository
- GitHub: https://github.com/RelativeSure/build-gh-actions-image
- Status: Work in Progress
Tech Stack
- Docker
- GitHub Actions
- Shell Scripts
Overview
This project provides pre-built Docker images optimized for use in GitHub Actions workflows, reducing build times and providing consistent environments.
Getting Started
git clone https://github.com/RelativeSure/build-gh-actions-image
cd build-gh-actions-imageUsage
Reference the Docker images in your GitHub Actions workflows:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/relativesure/build-image:latest