diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3150d2f1d6..eae34b63c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -213,7 +213,7 @@ jobs: build_docker: name: Build docker image runs-on: ubuntu-latest - needs: [set-variables] + needs: [set-variables, build] env: VERSION: ${{ needs.set-variables.outputs.VERSION }} steps: