From 6a0a5b46c633f12ca0e754353b6a6f8818915ed8 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 25 Jan 2024 09:20:49 -0500 Subject: add signed image support --- .github/workflows/build.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c80ab65..0461008 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,6 +35,7 @@ jobs: base: name: Base Images + needs: [config] permissions: contents: read @@ -60,6 +61,29 @@ jobs: FEDORA_VERSION=${{ matrix.fedora_version }} IMAGE_FLAVOR=${{ matrix.image_flavor }} + config: + name: Config layer + + permissions: + contents: read + id-token: write + packages: write + + strategy: + fail-fast: false + matrix: + fedora_version: [39] + + uses: ./.github/workflows/build-image.yaml + with: + image_name: config + containerfile: ./config/Containerfile + context: ./config + extra_tags: | + ${{ matrix.fedora_version }} + build_args: | + FEDORA_VERSION=${{ matrix.fedora_version }} + nvidia: name: NVIDIA Images needs: [akmods, base] -- cgit v1.2.3