Skip to content

Commit

Permalink
flaky docker pulls: add auth
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 committed Jul 24, 2024
1 parent acddb2c commit 041344f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/cf-release/create-buildpack-dev-release/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ image_resource:
type: docker-image
source:
repository: coredeps/core-deps-ci
username: ((coredeps-dockerhub-user.username))
password: ((coredeps-dockerhub-user.password))
inputs:
- name: buildpacks-ci
- name: release
Expand Down
2 changes: 2 additions & 0 deletions tasks/cf-release/finalize-buildpack-release/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ image_resource:
type: docker-image
source:
repository: coredeps/core-deps-ci
username: ((coredeps-dockerhub-user.username))
password: ((coredeps-dockerhub-user.password))
inputs:
- name: buildpacks-ci
- name: release
Expand Down
2 changes: 2 additions & 0 deletions tasks/cf-release/update-buildpack-release-trigger/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ image_resource:
type: docker-image
source:
repository: coredeps/core-deps-ci
username: ((coredeps-dockerhub-user.username))
password: ((coredeps-dockerhub-user.password))
inputs:
- name: buildpacks-ci
- name: buildpack-release-tarball
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ image_resource:
type: docker-image
source:
repository: coredeps/core-deps-ci
username: ((coredeps-dockerhub-user.username))
password: ((coredeps-dockerhub-user.password))
inputs:
- name: buildpacks-ci
run:
Expand Down

0 comments on commit 041344f

Please sign in to comment.