diff --git a/tutorials/basic/basic-pipeline/pipeline.yml b/tutorials/basic/basic-pipeline/pipeline.yml index 3a121e3b..dd338011 100644 --- a/tutorials/basic/basic-pipeline/pipeline.yml +++ b/tutorials/basic/basic-pipeline/pipeline.yml @@ -7,7 +7,7 @@ jobs: config: platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} run: path: echo diff --git a/tutorials/basic/task-hello-world/task_hello_world.yml b/tutorials/basic/task-hello-world/task_hello_world.yml index d3129980..1114509e 100644 --- a/tutorials/basic/task-hello-world/task_hello_world.yml +++ b/tutorials/basic/task-hello-world/task_hello_world.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} run: diff --git a/tutorials/basic/task-hello-world/task_ubuntu_uname.yml b/tutorials/basic/task-hello-world/task_ubuntu_uname.yml index 7757155f..152455f5 100644 --- a/tutorials/basic/task-hello-world/task_ubuntu_uname.yml +++ b/tutorials/basic/task-hello-world/task_ubuntu_uname.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: ubuntu} run: diff --git a/tutorials/basic/task-inputs/input_parent_dir.yml b/tutorials/basic/task-inputs/input_parent_dir.yml index 2a26c8c6..714bed93 100644 --- a/tutorials/basic/task-inputs/input_parent_dir.yml +++ b/tutorials/basic/task-inputs/input_parent_dir.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} inputs: diff --git a/tutorials/basic/task-inputs/inputs_required.yml b/tutorials/basic/task-inputs/inputs_required.yml index b6d2b4aa..c681f467 100644 --- a/tutorials/basic/task-inputs/inputs_required.yml +++ b/tutorials/basic/task-inputs/inputs_required.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} inputs: diff --git a/tutorials/basic/task-inputs/no_inputs.yml b/tutorials/basic/task-inputs/no_inputs.yml index f6af9623..5776d9d5 100644 --- a/tutorials/basic/task-inputs/no_inputs.yml +++ b/tutorials/basic/task-inputs/no_inputs.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} run: diff --git a/tutorials/basic/task-scripts/task_show_uname.yml b/tutorials/basic/task-scripts/task_show_uname.yml index c4383c0a..7e7d8cec 100644 --- a/tutorials/basic/task-scripts/task_show_uname.yml +++ b/tutorials/basic/task-scripts/task_show_uname.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: {repository: busybox} inputs: