From b26efcc89f528e9449012e40b7cc0867035e89ce Mon Sep 17 00:00:00 2001 From: gmagnani Date: Thu, 12 Mar 2026 09:29:21 +0000 Subject: [PATCH] Fix indentation --- .github/workflows/docker-build-and-push.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docker-build-and-push.yaml b/.github/workflows/docker-build-and-push.yaml index 354b472..485e62a 100644 --- a/.github/workflows/docker-build-and-push.yaml +++ b/.github/workflows/docker-build-and-push.yaml @@ -30,13 +30,13 @@ jobs: ${GITHUB_WORKSPACE} - name: Build and Push with Kaniko - uses: aevea/action-kaniko@v0.10.0 # High-level wrapper for Kaniko - with: - image: niccolon/raptor-deps-mlir0c2701f - cache: true - path: mlir0c2701f - build_file: mlir0c2701f/Dockerfile - username: niccolon - password: ${{ secrets.DOCKERHUB_TOKEN }} - # Extra args to handle the specific environment - extra_args: "--snapshot-mode=redo --use-new-run" + uses: aevea/action-kaniko@v0.10.0 # High-level wrapper for Kaniko + with: + image: niccolon/raptor-deps-mlir0c2701f + cache: true + path: mlir0c2701f + build_file: mlir0c2701f/Dockerfile + username: niccolon + password: ${{ secrets.DOCKERHUB_TOKEN }} + # Extra args to handle the specific environment + extra_args: "--snapshot-mode=redo --use-new-run"