Remove outdated docker-image resource from CI

The docker-image resource is now replaced by the registry-image
resource.
This commit is contained in:
Brian Clozel 2022-05-03 15:05:58 +02:00
parent 4fcfa5b991
commit dbdd67ec62
1 changed files with 1 additions and 1 deletions

View File

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