Skip to content

Commit

Permalink
ci-cd should not depend on desktop image build
Browse files Browse the repository at this point in the history
  • Loading branch information
pprajapa-42 committed Oct 17, 2024
1 parent 39e5e10 commit c9f1e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c9f1e2a

Please sign in to comment.