diff --git a/.github/workflows/source_build.yml b/.github/workflows/source_build.yml index c0666eb1d60..428b924b340 100644 --- a/.github/workflows/source_build.yml +++ b/.github/workflows/source_build.yml @@ -18,6 +18,8 @@ jobs: ICE_HOME: /opt/ice-3.6.5 steps: - uses: actions/checkout@v3 + - name: build docker + run: docker build . - name: Install Ice and Ice python binding if: matrix.build_snapshot uses: ome/action-ice@v2.1