From f4e20fc067f8bc85f6c038bd068f6ef2d59c3632 Mon Sep 17 00:00:00 2001 From: Jochen Ehret Date: Wed, 25 Mar 2026 13:09:38 +0100 Subject: [PATCH] Use "registry-image" resource for check-certs --- tasks/check-certs/task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/check-certs/task.yml b/tasks/check-certs/task.yml index ea536d4a..5c39ee4d 100644 --- a/tasks/check-certs/task.yml +++ b/tasks/check-certs/task.yml @@ -2,7 +2,7 @@ platform: linux image_resource: - type: docker-image + type: registry-image source: repository: cloudfoundry/cf-deployment-concourse-tasks tag: latest