From dbdd67ec62c0314c90512f23278caca4bdd0b0a5 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 3 May 2022 15:05:58 +0200 Subject: [PATCH] Remove outdated docker-image resource from CI The docker-image resource is now replaced by the registry-image resource. --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 712bd2cac0d..ab806e3eaa9 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -92,7 +92,7 @@ resources: branch: ((branch)) paths: ["ci/images/*"] - name: ci-image - type: docker-image + type: registry-image icon: docker source: <<: *docker-resource-source