Browse Source

Remove outdated docker-image resource from CI

The docker-image resource is now replaced by the registry-image
resource.
pull/27953/head
Brian Clozel 4 years ago
parent
commit
dbdd67ec62
  1. 2
      ci/pipeline.yml

2
ci/pipeline.yml

@ -92,7 +92,7 @@ resources: @@ -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

Loading…
Cancel
Save