Browse Source

Updating pipeline and adding tag file

master
Drew Short 4 years ago
parent
commit
eef0f164cf
  1. 7
      pipeline.yml
  2. 1
      tag

7
pipeline.yml

@ -1,6 +1,6 @@
---
resources:
- name: resume-git
- name: git-resource
type: git
icon: git
source:
@ -18,5 +18,8 @@ jobs:
- name: build-rootfs
plan:
- get: git-resource
trigger: true
- put: git-resource-image
params: {build: git-resource}
params:
build: git-resource
tag_file: git-resource/tag

1
tag

@ -0,0 +1 @@
stable
Loading…
Cancel
Save