File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 61
61
COMMIT_TAG=${{ github.sha }}
62
62
tags : |
63
63
fallenbagel/jellyseerr:develop
64
+ - name : Tag and push to GitHub Container Registry
65
+ run : |
66
+ docker tag fallenbagel/jellyseerr:develop ghcr.io/${{ github.repository_owner }}/jellyseerr:develop
67
+ docker push ghcr.io/${{ github.repository_owner }}/jellyseerr:develop
64
68
65
69
discord :
66
70
name : Send Discord Notification
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ RUN echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > committag.json
36
36
37
37
FROM node:18.18-alpine
38
38
39
+ # Metadata for Github Package Registry
40
+ LABEL org.opencontainers.image.source="https://github.com/Fallenbagel/jellyseerr"
41
+
39
42
WORKDIR /app
40
43
41
44
RUN apk add --no-cache tzdata tini && rm -rf /tmp/*
You can’t perform that action at this time.
0 commit comments