Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix: change docker-image to registry-image
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 committed Mar 31, 2022
1 parent 84d2e26 commit a6e204f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions concourse/pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ resource_types:
resources:
# Image Resources
- name: centos-gpdb-dev-7
type: docker-image
type: registry-image
source:
repository: gcr.io/data-gpdb-public-images/gpdb5-centos7-build-test
tag: latest

- name: ubuntu18-image-test
type: docker-image
type: registry-image
source:
repository: gcr.io/data-gpdb-public-images/gpdb6-ubuntu18.04-test
tag: latest
Expand Down
4 changes: 2 additions & 2 deletions concourse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ resource_types:
resources:
# Image Resources
- name: centos-gpdb-dev-7
type: docker-image
type: registry-image
source:
repository: gcr.io/data-gpdb-public-images/gpdb5-centos7-build-test
tag: latest

- name: ubuntu18-image-test
type: docker-image
type: registry-image
source:
repository: gcr.io/data-gpdb-public-images/gpdb6-ubuntu18.04-test
tag: latest
Expand Down

0 comments on commit a6e204f

Please sign in to comment.