Skip to content

Commit 138fa87

Browse files
trigger new builds on new os-image releases
1 parent 09f4399 commit 138fa87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pipeline.yml

+10
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
plan:
3232
- get: cf-cli-resource
3333
trigger: true
34+
- get: os-image
35+
trigger: true
3436
- task: build
3537
privileged: true
3638
file: cf-cli-resource/ci/tasks/build-image.yml
@@ -274,6 +276,14 @@ resources:
274276
- examples
275277
- pipeline.yml
276278

279+
# This should be the same image used in the Dockerfile
280+
- name: os-image
281+
type: registry-image
282+
icon: docker
283+
source:
284+
repository: ubuntu
285+
tag: latest
286+
277287
- name: version
278288
type: semver
279289
icon: tag

0 commit comments

Comments
 (0)