Files
spring-tools/concourse/tasks/publish-concourse-vsix-release.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

13 lines
296 B
YAML

inputs:
- name: sts4
- name: s3-concourse-vsix-snapshot
platform: linux
run:
path: sts4/concourse/tasks/publish-vsix-releases.sh
image_resource:
type: docker-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))
repository: springci/sts4-build-env