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

@@ -61,6 +61,10 @@ jobs:
COMMIT_TAG=${{ github.sha }}
tags: |
fallenbagel/jellyseerr:develop
- name: Tag and push to GitHub Container Registry
run: |
docker tag fallenbagel/jellyseerr:develop ghcr.io/${{ github.repository_owner }}/jellyseerr:develop
docker push ghcr.io/${{ github.repository_owner }}/jellyseerr:develop
discord:
name: Send Discord Notification