Skip to content

Commit

Permalink
fix: use ublue config
Browse files Browse the repository at this point in the history
  • Loading branch information
apoordev committed Sep 16, 2024
1 parent 1037a77 commit a070c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-40}"
ARG KERNEL_VERSION="${KERNEL_VERSION:-6.9.7-200.fc40.x86_64}"
ARG IMAGE_REGISTRY=ghcr.io/ublue-os

FROM ${IMAGE_REGISTRY}/config:latest AS config
FROM ublue-os/config:latest AS config
FROM ${IMAGE_REGISTRY}/akmods:main-${FEDORA_MAJOR_VERSION} AS akmods
FROM ${IMAGE_REGISTRY}/main-kernel:${KERNEL_VERSION} AS kernel

Expand Down

0 comments on commit a070c4b

Please sign in to comment.