Files
spring-tools/concourse/tasks/prepare-theia-docker-image.yml
Kris De Volder 0c2a894e27 Rename sts build image and add credentials
- needed to get around github pull rate limits
2020-11-16 15:29:48 -08:00

17 lines
430 B
YAML

platform: linux
image_resource:
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))
repository: springci/sts4-build-env
inputs:
- name: sts4
- name: s3-concourse-vsix-snapshot
- name: s3-spring-boot-vsix-snapshot
- name: s3-bosh-vsix-snapshot
- name: s3-manifest-yaml-vsix-snapshot
outputs:
- name: output
run:
path: sts4/concourse/tasks/prepare-theia-docker-image.sh