Skip to content

Commit cc60638

Browse files
author
Irfan Habib
authored
Merge pull request #1 from cloudfoundry-incubator/add-commit-hashes
Undo inadvertant changes
2 parents d59b814 + abcda38 commit cc60638

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deploy/ci/console-dev-releases.yml

+6
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,25 @@ jobs:
110110
patch_base_reg: ((patch-base-reg))
111111
patch_base_tag: ((patch-base-tag))
112112
tag_commit: "true"
113+
- put: mariadb-image
114+
params:
113115
dockerfile: stratos/deploy/db/Dockerfile.mariadb
114116
build: stratos/deploy/db
115117
tag: image-tag/v2-alpha-tag
116118
patch_base_reg: ((patch-base-reg))
117119
patch_base_tag: ((patch-base-tag))
118120
tag_commit: "true"
121+
- put: ui-image
122+
params:
119123
dockerfile: stratos/deploy/Dockerfile.ui
120124
build: stratos/
121125
target_name: prod-build
122126
tag: image-tag/v2-alpha-tag
123127
patch_base_reg: ((patch-base-reg))
124128
patch_base_tag: ((patch-base-tag))
125129
tag_commit: "true"
130+
- name: create-chart
131+
plan:
126132
- get: stratos
127133
passed: [build-images]
128134
trigger: true

0 commit comments

Comments
 (0)