Minimal Continuous Integration image for Github Actions.
5.5K
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/
Content type
Image
Digest
sha256:b77b11919…
Size
342.1 MB
Last updated
4 months ago
docker pull jeremyje/ci-core:20260521-ubuntu