mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
ci: remove cleanup steps since docker registry v2 doesnt support it
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -136,12 +136,6 @@ jobs:
|
||||
ghcr.io/${{ env.OWNER_LC }}/jellyseerr:temp-arm64
|
||||
docker manifest push ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop
|
||||
|
||||
# Cleanup temporary tags
|
||||
docker manifest rm fallenbagel/jellyseerr:temp-amd64
|
||||
docker manifest rm fallenbagel/jellyseerr:temp-arm64
|
||||
docker manifest rm ghcr.io/${{ env.OWNER_LC }}/jellyseerr:temp-amd64
|
||||
docker manifest rm ghcr.io/${{ env.OWNER_LC }}/jellyseerr:temp-arm64
|
||||
|
||||
discord:
|
||||
name: Send Discord Notification
|
||||
needs: merge_and_push
|
||||
|
||||
Reference in New Issue
Block a user