diff --git a/.github/workflows/docker-build-and-push.yaml b/.github/workflows/docker-build-and-push.yaml index b21eb0a..badf1b8 100644 --- a/.github/workflows/docker-build-and-push.yaml +++ b/.github/workflows/docker-build-and-push.yaml @@ -33,8 +33,8 @@ jobs: uses: aevea/action-kaniko@master with: image: niccolon/raptor-deps-mlir0c2701f - path: mlir0c2701f - build_file: mlir0c2701f/Dockerfile + path: ./mlir0c2701f + build_file: Dockerfile username: niccolon password: ${{ secrets.DOCKERHUB_TOKEN }} # Extra args to handle the specific environment