fix: ensure that /rpms and /files are directories on the final image
This commit is contained in:
parent
a94b31132b
commit
eabe0139d1
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,6 @@ RUN cd /tmp/ublue-os/build/backgrounds && make && cp /tmp/ublue-os/rpmbuild/RPMS
|
|||
|
||||
FROM scratch
|
||||
|
||||
COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm /rpms
|
||||
COPY --from=builder /tmp/ublue-os/files /files
|
||||
COPY --from=builder /tmp/ublue-os/rpms /rpms
|
||||
COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm /rpms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue