From 0fd6ca85a49ef3b68a77025f49564d270d3428bf Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:53:09 +0800 Subject: [PATCH] ci: fix missing version for create_manifest & discord notification after create_manifest --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33721e7af..31718e62a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: OWNER: ${{ github.repository_owner }} - name: Create and Push Multi-Architecture Image - uses: int128/docker-manifest-create-action + uses: int128/docker-manifest-create-action@v2 with: tags: | fallenbagel/jellyseerr:develop @@ -136,7 +136,7 @@ jobs: discord: name: Send Discord Notification - needs: build_and_push + needs: create_manifest if: always() && github.event_name != 'pull_request' && !contains(github.event.head_commit.message, '[skip ci]') runs-on: ubuntu-24.04 steps: