We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a515d91 commit 8572a23Copy full SHA for 8572a23
.github/workflows/build.yml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
push-ghcr:
13
- name: Build and push image
+ name: nvidia image
14
runs-on: ubuntu-22.04
15
permissions:
16
contents: read
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
17
-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
18
19
RUN /tmp/image-info.sh && \
20
/tmp/install.sh && \
0 commit comments