Skip to content

Commit

Permalink
CI: prefetch bosh/ruby-release image for bump-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Jan 18, 2025
1 parent 1664bcf commit dc880ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,7 @@ jobs:
- get: weekly
trigger: true
- get: integration-image
- get: bosh-ruby-release-image
- task: bump-gems
file: ruby-release/ci/tasks/shared/bump-gems.yml
input_mapping:
Expand Down Expand Up @@ -1866,6 +1867,13 @@ resources:
username: ((dockerhub_username))
password: ((dockerhub_password))

- name: bosh-ruby-release-image
type: registry-image
source:
repository: bosh/ruby-release
username: ((dockerhub_username))
password: ((dockerhub_password))

- name: ubuntu-docker-image
type: registry-image
source:
Expand Down

0 comments on commit dc880ba

Please sign in to comment.