Skip to content

Commit 9cb6544

Browse files
test sbom
1 parent 4093f1d commit 9cb6544

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/release.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +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
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

0 commit comments

Comments
 (0)