Skip to content

Commit

Permalink
fix: use new akmods:main-RELEASE tag structure (#156)
Browse files Browse the repository at this point in the history
This was missed when ublue-os/akmods#71 was completed.

Also, shortened workflow job name for easier reading in github UI
  • Loading branch information
bsherman committed Sep 28, 2023
1 parent a515d91 commit 8572a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
push-ghcr:
name: Build and push image
name: nvidia image
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 8572a23

Please sign in to comment.