CI fox
agola/docker-dind-buildx/Build image The run failed Details

This commit is contained in:
Pavel Dmitriev 2022-05-02 17:08:14 +03:00
parent d0e544781d
commit 56f22bc4a3
1 changed files with 3 additions and 1 deletions

View File

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