From c9f1e2a57e0c0b9569d562f69e12144fb189ddf7 Mon Sep 17 00:00:00 2001 From: Pratik Prajapati Date: Thu, 17 Oct 2024 07:55:24 +0200 Subject: [PATCH] ci-cd should not depend on desktop image build --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6d220bc..7a1e940 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -133,7 +133,7 @@ jobs: docker push ${{ secrets.DOCKER_USERNAME }}/tq-reverse-proxy:latest deploy: - needs: [build_and_push_backend_image, build_and_push_frontend_web_image, build_and_push_frontend_desktop_image, build_and_push_reverse_proxy_image] + needs: [build_and_push_backend_image, build_and_push_frontend_web_image, build_and_push_reverse_proxy_image] runs-on: ubuntu-latest steps: