Fix path
All checks were successful
Build and push Docker images / build-and-push (push) Successful in 2h19m7s

This commit is contained in:
2026-03-12 09:43:20 +00:00
parent 67aede7d9b
commit 1b482976c0

View File

@@ -33,8 +33,8 @@ jobs:
uses: aevea/action-kaniko@master uses: aevea/action-kaniko@master
with: with:
image: niccolon/raptor-deps-mlir0c2701f image: niccolon/raptor-deps-mlir0c2701f
path: mlir0c2701f path: ./mlir0c2701f
build_file: mlir0c2701f/Dockerfile build_file: Dockerfile
username: niccolon username: niccolon
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
# Extra args to handle the specific environment # Extra args to handle the specific environment