From ca739315b2f0fc6c48b14ed6f1c59a32e6f4ead0 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 18 Jan 2025 22:28:58 +0800 Subject: [PATCH] ci: remove cleanup steps since docker registry v2 doesnt support it --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3a8f7114..1eb80e3d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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