Rasmus Brøgger Jørgensen

Build GitHub Actions Images

Centralized Docker images for GitHub Actions workflows

Centralized Docker images for GitHub Actions workflows.

Repository

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-image

Usage

Reference the Docker images in your GitHub Actions workflows:

jobs:
  build:
    runs-on: ubuntu-latest
    container:
      image: ghcr.io/relativesure/build-image:latest