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

15 lines
362 B
YAML

platform: linux
image_resource:
type: docker-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))
repository: springci/sts4-build-env
inputs:
- name: sources_repo
- name: tasks
run:
path: tasks/concourse/tasks/npm-publish.sh
params:
npm_token: npm-auth-token-for-publishing
sources_dir: path-within-sources-repo