Skip to content

Commit

Permalink
chore: update default module source (#76)
Browse files Browse the repository at this point in the history
to be merged right after the bling repository is moved
  • Loading branch information
xynydev authored Feb 25, 2024
1 parent d006e0b commit cc7079d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/Containerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ FROM scratch as stage-config
COPY ./config /config

# Copy modules
# The default modules are inside ublue-os/bling
# The default modules are inside blue-build/modules
# Custom modules overwrite defaults
FROM scratch as stage-modules
COPY --from=ghcr.io/ublue-os/bling:latest /modules /modules
COPY --from=ghcr.io/blue-build/modules:latest /modules /modules
{%- if self::modules_exists() %}
COPY ./modules /modules
{%- endif %}
Expand Down

0 comments on commit cc7079d

Please sign in to comment.