From 4fa79e1eed97b54523c7f9559354a32cfaf6ffc1 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 23 May 2025 15:49:36 -0400 Subject: [PATCH] added back copy destination for signing package --- recipes/components/base-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/components/base-module.yml b/recipes/components/base-module.yml index e18e6d4..4d03288 100644 --- a/recipes/components/base-module.yml +++ b/recipes/components/base-module.yml @@ -2,7 +2,7 @@ modules: - type: containerfile snippets: - COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-udev-rules.noarch.rpm / - - COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-signing.noarch.rpm + - COPY --from=ghcr.io/ublue-os/config:latest /rpms/ublue-os-signing.noarch.rpm / - RUN rpm -ivh /ublue-os-udev-rules.noarch.rpm - RUN rpm -ivh /ublue-os-signing.noarch.rpm