style: rename github to gitea for gitea actions
All checks were successful
Check / check (push) Successful in 52s

This commit is contained in:
2025-05-16 17:27:53 -04:00
parent 1d6b419a15
commit 632774d051
6 changed files with 68 additions and 29 deletions

View File

@ -21,9 +21,13 @@ RUN cp -R $(nix-store -qR result/) /tmp/nix-store-closure
# but they're fully self-contained so we don't need Nix anymore.
FROM scratch
# Label for container registry
LABEL org.opencontainers.image.source=https://github.com/spotdemo4/trevstack
WORKDIR /app
# Copy /nix/store
COPY --from=builder /tmp/nix-store-closure /nix/store
COPY --from=builder /tmp/build/result /app
CMD ["/app/bin/trevstack"]