diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 6cb4377..d1d95e8 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -10,21 +10,26 @@ jobs: plan: - {get: repo, trigger: true} - task: build - privileged: true config: platform: linux image_resource: type: registry-image source: - repository: vito/oci-build-task + repository: gcr.io/kaniko-project/executor + tag: debug inputs: - name: repo outputs: - name: image - params: - CONTEXT: repo run: - path: build + path: /kaniko/executor + args: + - --context=repo + - --use-new-run + - --single-snapshot + - --cache=false + - --no-push + - --tar-path=image/image.tar - put: edge-image params: image: image/image.tar