mirror of https://github.com/koide3/small_gicp.git
fix CI
This commit is contained in:
parent
941a02ced8
commit
9edbba4756
|
|
@ -34,6 +34,6 @@ jobs:
|
|||
- name: Docker build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
file: ${{github.workspace}}/docker/Dockerfile${{ matrix.TOOLCHAIN }}
|
||||
file: ${{github.workspace}}/docker/Dockerfile.${{ matrix.TOOLCHAIN }}
|
||||
context: .
|
||||
push: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue