diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 1ca6a9534..9a075eab6 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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)) - name: golang-release-image type: registry-image @@ -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