No description
  • Dockerfile 100%
Find a file
Lennart Ochel 618fa60944
Some checks failed
Publish CI Images / publish-odin (push) Failing after 2s
Add image
2026-07-09 15:33:45 +02:00
.forgejo/workflows Add image 2026-07-09 15:33:45 +02:00
Dockerfile Add image 2026-07-09 15:33:45 +02:00
README.md Add image 2026-07-09 15:33:45 +02:00

ci-mage-odin

Usage

Reference an image from a workflow:

jobs:
  build:
    runs-on: docker

    container:
      image: git.ochel.se/lochel/ci-mage-odin:latest

    steps:
      - uses: actions/checkout@v4

      - run: odin version

      - run: odin build .