Skip to content

Commit 8572a23

Browse files
authored
fix: use new akmods:main-RELEASE tag structure (#156)
This was missed when ublue-os/akmods#71 was completed. Also, shortened workflow job name for easier reading in github UI
1 parent a515d91 commit 8572a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
push-ghcr:
13-
name: Build and push image
13+
name: nvidia image
1414
runs-on: ubuntu-22.04
1515
permissions:
1616
contents: read

Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY image-info.sh /tmp/image-info.sh
1414
COPY install.sh /tmp/install.sh
1515
COPY post-install.sh /tmp/post-install.sh
1616

17-
COPY --from=ghcr.io/ublue-os/akmods-nvidia:${FEDORA_MAJOR_VERSION}-${NVIDIA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
17+
COPY --from=ghcr.io/ublue-os/akmods-nvidia:main-${FEDORA_MAJOR_VERSION}-${NVIDIA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
1818

1919
RUN /tmp/image-info.sh && \
2020
/tmp/install.sh && \

0 commit comments

Comments
 (0)