Fix tab indentation error

This commit is contained in:
2026-03-12 09:26:43 +00:00
parent e6c5cff3a9
commit f1b00c0000

View File

@@ -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"