From 72cb35f39f8b0c2e6074703c0dc1cc5d89193d77 Mon Sep 17 00:00:00 2001 From: Eshanchik Date: Sun, 25 Feb 2024 17:06:45 +0200 Subject: [PATCH] fix action --- .github/workflows/build_and_push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_push.yaml b/.github/workflows/build_and_push.yaml index d9a91a1..8edf420 100644 --- a/.github/workflows/build_and_push.yaml +++ b/.github/workflows/build_and_push.yaml @@ -96,7 +96,7 @@ jobs: mv /tmp/.buildx-cache-new /tmp/.buildx-cache build_and_publish_verifier: - needs: build_and_publish_db + needs: build_and_publish_binary runs-on: ubuntu-latest permissions: contents: read @@ -139,7 +139,7 @@ jobs: mv /tmp/.buildx-cache-new /tmp/.buildx-cache build_and_publish_mailer: - needs: build_and_publish_db + needs: build_and_publish_binary runs-on: ubuntu-latest permissions: contents: read