Skip to content

Commit 285d641

Browse files
committed
Updated concourse template
1 parent c69caf6 commit 285d641

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

ci/pipeline.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ meta:
1818
url: (( param "Please specify the full url of the target Concourse CI" ))
1919
pipeline: (( concat meta.name "-boshrelease" ))
2020

21-
image: docker:///starkandwayne/concourse
21+
image: starkandwayne/concourse
2222

2323
aws:
2424
bucket: (( concat meta.pipeline "-pipeline" ))
@@ -69,7 +69,10 @@ jobs:
6969
- task: testflight
7070
config:
7171
platform: linux
72-
rootfs_uri: (( grab meta.image ))
72+
image_resource:
73+
type: docker-image
74+
source:
75+
repository: (( grab meta.image ))
7376
inputs:
7477
- { name: git }
7578
run:
@@ -148,7 +151,10 @@ jobs:
148151
task: release
149152
config:
150153
platform: linux
151-
rootfs_uri: (( grab meta.image ))
154+
image_resource:
155+
type: docker-image
156+
source:
157+
repository: (( grab meta.image ))
152158
inputs:
153159
- name: version
154160
- name: git

0 commit comments

Comments
 (0)