From 86149a1f8b9b396091a5ebad142fc936997cbc0f Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Thu, 28 Sep 2023 09:14:07 -0500 Subject: [PATCH] fix: use new akmods:main-RELEASE tag structure (#372) --- .github/workflows/build.yml | 2 +- Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 880b18559..0a8c910e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ env: jobs: push-ghcr: - name: Build and push image + name: main image runs-on: ubuntu-22.04 permissions: contents: read diff --git a/Containerfile b/Containerfile index 0b3615d7d..dad54845d 100644 --- a/Containerfile +++ b/Containerfile @@ -39,7 +39,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38}" COPY main-install.sh /tmp/main-install.sh -COPY --from=ghcr.io/ublue-os/akmods:${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms +COPY --from=ghcr.io/ublue-os/akmods:main-${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms COPY main-sys_files /