CI fox
agola/docker-dind-buildx/Build image The run failed
Details
agola/docker-dind-buildx/Build image The run failed
Details
This commit is contained in:
parent
d0e544781d
commit
56f22bc4a3
|
@ -10,6 +10,7 @@ runs:
|
||||||
tasks:
|
tasks:
|
||||||
# kaniko image doesn't have the git command installed
|
# kaniko image doesn't have the git command installed
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
|
working_dir: '/workspace'
|
||||||
runtime:
|
runtime:
|
||||||
containers:
|
containers:
|
||||||
- image: alpine/git
|
- image: alpine/git
|
||||||
|
@ -18,9 +19,10 @@ runs:
|
||||||
- save_to_workspace:
|
- save_to_workspace:
|
||||||
contents:
|
contents:
|
||||||
- source_dir: .
|
- source_dir: .
|
||||||
dest_dir: /workspace
|
dest_dir: .
|
||||||
paths:
|
paths:
|
||||||
- '**'
|
- '**'
|
||||||
|
|
||||||
- name: build docker image
|
- name: build docker image
|
||||||
runtime:
|
runtime:
|
||||||
containers:
|
containers:
|
||||||
|
|
Loading…
Reference in New Issue