diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 88e5312ef..548f4798f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -199,7 +199,7 @@ jobs: upload_to_dockerhub: name: Upload to Dockerhub runs-on: ubuntu-latest - needs: [build_production_frontend] + needs: [build_production_frontend, build_production_login_server, build_production_community_server, build_production_mariadb, build_production_nginx] env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}