ci(build): implement github repository container images

fix #370
This commit is contained in:
fallenbagel
2023-11-08 04:57:20 +05:00
parent c25c5cae38
commit be335c39be
2 changed files with 7 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ RUN echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > committag.json
FROM node:18.18-alpine
# Metadata for Github Package Registry
LABEL org.opencontainers.image.source="https://github.com/Fallenbagel/jellyseerr"
WORKDIR /app
RUN apk add --no-cache tzdata tini && rm -rf /tmp/*