Fix indentation
Some checks failed
Build and push Docker images / build-and-push (push) Failing after 1m28s
Some checks failed
Build and push Docker images / build-and-push (push) Failing after 1m28s
This commit is contained in:
20
.github/workflows/docker-build-and-push.yaml
vendored
20
.github/workflows/docker-build-and-push.yaml
vendored
@@ -30,13 +30,13 @@ jobs:
|
|||||||
${GITHUB_WORKSPACE}
|
${GITHUB_WORKSPACE}
|
||||||
|
|
||||||
- name: Build and Push with Kaniko
|
- name: Build and Push with Kaniko
|
||||||
uses: aevea/action-kaniko@v0.10.0 # High-level wrapper for Kaniko
|
uses: aevea/action-kaniko@v0.10.0 # High-level wrapper for Kaniko
|
||||||
with:
|
with:
|
||||||
image: niccolon/raptor-deps-mlir0c2701f
|
image: niccolon/raptor-deps-mlir0c2701f
|
||||||
cache: true
|
cache: true
|
||||||
path: mlir0c2701f
|
path: mlir0c2701f
|
||||||
build_file: mlir0c2701f/Dockerfile
|
build_file: mlir0c2701f/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
|
||||||
extra_args: "--snapshot-mode=redo --use-new-run"
|
extra_args: "--snapshot-mode=redo --use-new-run"
|
||||||
|
|||||||
Reference in New Issue
Block a user