Sign inSign up

jeremyje/ci-core

By jeremyje

Updated 4 months ago

Minimal Continuous Integration image for Github Actions.

Image
0

5.5K

jeremyje/ci-core repository overview

Continuous Integration

Minimal Github Actions docker image.

jobs:
  ci:
    runs-on: self-hosted
    container:
      image: docker.io/jeremyje/ci-core:canary
    permissions:
      packages: write
      contents: "write"
      id-token: "write"
    timeout-minutes: 45
    steps:
      - name: Checkout Code
        uses: actions/checkout@v3

      - name: Container Fix
        run: git config --system --add safe.directory /__w/

Tag summary

Content type

Image

Digest

sha256:b77b11919

Size

342.1 MB

Last updated

4 months ago

docker pull jeremyje/ci-core:20260521-ubuntu