From 8572a23698b36b2fcdf28d87e980c3c9ec95cacc Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Thu, 28 Sep 2023 09:58:12 -0500 Subject: [PATCH] fix: use new akmods:main-RELEASE tag structure (#156) This was missed when https://github.com/ublue-os/akmods/pull/71 was completed. Also, shortened workflow job name for easier reading in github UI --- .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 094659d..772ccdf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ env: jobs: push-ghcr: - name: Build and push image + name: nvidia image runs-on: ubuntu-22.04 permissions: contents: read diff --git a/Containerfile b/Containerfile index aa75d1d..ad5541a 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,7 @@ COPY image-info.sh /tmp/image-info.sh COPY install.sh /tmp/install.sh COPY post-install.sh /tmp/post-install.sh -COPY --from=ghcr.io/ublue-os/akmods-nvidia:${FEDORA_MAJOR_VERSION}-${NVIDIA_MAJOR_VERSION} /rpms /tmp/akmods-rpms +COPY --from=ghcr.io/ublue-os/akmods-nvidia:main-${FEDORA_MAJOR_VERSION}-${NVIDIA_MAJOR_VERSION} /rpms /tmp/akmods-rpms RUN /tmp/image-info.sh && \ /tmp/install.sh && \