We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cfa01 commit a5d7942Copy full SHA for a5d7942
.github/workflows/release.yml
@@ -0,0 +1,18 @@
1
+on:
2
+ push:
3
+ tags: "*"
4
+
5
+jobs:
6
+ push_to_dockerhub:
7
+ name: "Push Docker Images to DockerHub"
8
+ strategy:
9
+ matrix:
10
+ image:
11
+ - {folder: service, dockerhub_name: nia-111-adaptor}
12
+ - {folder: nginx, dockerhub_name: nia-111-nginx-adaptor}
13
+ uses: NHSDigital/integration-adaptor-actions/.github/workflows/release-adaptor-container-image.yml@main
14
+ with:
15
+ dockerhub_name: ${{matrix.image.dockerhub_name}}
16
+ folder: ${{matrix.image.folder}}
17
18
+ secrets: inherit
release-scripts/release.sh
0 commit comments