diff --git a/.github/workflows/build_container.yaml b/.github/workflows/build_container.yaml index 0ec70f8..5e9a3ee 100644 --- a/.github/workflows/build_container.yaml +++ b/.github/workflows/build_container.yaml @@ -104,7 +104,7 @@ jobs: - name: Build and push the image id: build - if: ${{ needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' }} + # if: ${{ needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' }} uses: docker/build-push-action@v6 with: context: .