File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments