Skip to content

Commit 077e51b

Browse files
Add release.yml (#332)
* Add release.yml to use the shared action which will produce SBOM as release artifacts.
1 parent de6daf4 commit 077e51b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
push:
3+
tags: "*"
4+
5+
jobs:
6+
push_to_dockerhub:
7+
strategy:
8+
matrix:
9+
image:
10+
- {folder: ., dockerhub_name: nia-nhais-adaptor}
11+
uses: NHSDigital/integration-adaptor-actions/.github/workflows/release-adaptor-container-image.yml@main
12+
with:
13+
dockerhub_name: ${{matrix.image.dockerhub_name}}
14+
folder: ${{matrix.image.folder}}
15+
16+
secrets: inherit

0 commit comments

Comments
 (0)