From f1b00c0000b3803ca2cdccea2494c9a50dde2cd8 Mon Sep 17 00:00:00 2001 From: gmagnani Date: Thu, 12 Mar 2026 09:26:43 +0000 Subject: [PATCH] Fix tab indentation error --- .github/workflows/docker-build-and-push.yaml | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docker-build-and-push.yaml b/.github/workflows/docker-build-and-push.yaml index 7bc9c0a..354b472 100644 --- a/.github/workflows/docker-build-and-push.yaml +++ b/.github/workflows/docker-build-and-push.yaml @@ -29,14 +29,14 @@ jobs: https://chef.heaplab.deib.polimi.it/git/${GITHUB_REPOSITORY}.git \ ${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" + - 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"