diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2023-04-14 11:34:00 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2023-04-14 11:34:05 +0100 |
commit | 1eabcaeb8bcc59d5838da945b1bfc6104efac81d (patch) | |
tree | a23a8fc50542aa0321ef457440d0d73854399655 | |
parent | 37e2ca8b6c096b4ed747805e4bd954dc480f8f88 (diff) |
Add container yaml
- adding container yaml as Step-6 of the release process in the london
branch
Issue-ID: CPS-1622
Change-Id: Icf6a7abf8e6f6a87b10c8f30a2ea8bd85c5284a0
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
-rw-r--r-- | releases/1.3.0-container.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releases/1.3.0-container.yaml b/releases/1.3.0-container.yaml new file mode 100644 index 00000000..ce851bca --- /dev/null +++ b/releases/1.3.0-container.yaml @@ -0,0 +1,9 @@ +distribution_type: container +container_release_tag: 1.3.0 +project: cps/ncmp-dmi-plugin +log_dir: cps-ncmp-dmi-plugin-maven-docker-stage-london/1/ +ref: c16f41a2fb07a841ff86856abd12f28eba8cc02b +tag_release: true +containers: + - name: 'ncmp-dmi-plugin' + version: '1.3.0-20230413T164154Z' |