Browse Source

Adding pipeline pieces deploy release images

pull/10/head v1.1.0
Drew Short 4 years ago
parent
commit
01f90c8aae
  1. 7
      pipeline.yml

7
pipeline.yml

@ -146,7 +146,7 @@ jobs:
cd git-master
npm install
npm test
- name: package-release
- name: deploy-release-image
plan:
- get: git-master
passed: [test-release]
@ -204,3 +204,8 @@ jobs:
cp ../git-master/README.md .
cp ../git-master/LICENSE.md .
ls -al .
- put: docker-image
params:
build: package
tag_file: package/tag
tag_as_latest: true
Loading…
Cancel
Save