diff --git a/.github/workflows/common-docker-image.yml b/.github/workflows/common-docker-image.yml index 6aa8a9665..60b0e1401 100644 --- a/.github/workflows/common-docker-image.yml +++ b/.github/workflows/common-docker-image.yml @@ -52,7 +52,7 @@ jobs: - name: Build if: steps.cache-build.outputs.cache-hit != 'true' - run: yarn workspace ${{ inputs.workspace_name }} build + run: yarn build - name: Login to Docker Hub uses: docker/login-action@v2