Fix path
All checks were successful
Build and push Docker images / build-and-push (push) Successful in 2h19m7s
All checks were successful
Build and push Docker images / build-and-push (push) Successful in 2h19m7s
This commit is contained in:
4
.github/workflows/docker-build-and-push.yaml
vendored
4
.github/workflows/docker-build-and-push.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user