Skip to content

Commit

Permalink
new resources for all the resources (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
soutenniza authored Sep 27, 2023
1 parent bec2372 commit 34c9275
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,28 @@ resources:

resource_types:
- name: slack-notification
type: docker-image
type: registry-image
source:
repository: cfcommunity/slack-notification-resource
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: slack-notification-resource
aws_region: us-gov-west-1
tag: latest

- name: git
type: registry-image
source:
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: git-resource
aws_region: us-gov-west-1
tag: latest

- name: cf
type: registry-image
source:
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: cf-resource
aws_region: us-gov-west-1
tag: latest

0 comments on commit 34c9275

Please sign in to comment.