Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@ resources:
- name: bosh-agent-docker-image
type: registry-image
source:
repository: docker.io/bosh/agent
repository: ghcr.io/cloudfoundry/bosh-agent
tag: latest
username: ((docker.username))
password: ((docker.password))
username: ((github_read_write_packages.username))
password: ((github_read_write_packages.password))

- name: bosh-agent-registry-image
type: registry-image
source:
repository: docker.io/bosh/agent
username: ((docker.username))
password: ((docker.password))
repository: ghcr.io/cloudfoundry/bosh-agent
username: ((github_read_write_packages.username))
password: ((github_read_write_packages.password))
Comment on lines +104 to +106

- name: golang-release-image
type: registry-image
Expand All @@ -113,10 +113,10 @@ resources:
- name: integration-postgres-15-image
type: registry-image
source:
repository: docker.io/bosh/main-postgres-15
repository: ghcr.io/cloudfoundry/bosh/main-postgres-15
tag: main
username: ((docker.username))
password: ((docker.password))
username: ((github_read_write_packages.username))
password: ((github_read_write_packages.password))

- name: bosh
type: git
Expand Down
Loading