Skip to content

Commit a4e180c

Browse files
trying a docker.
1 parent 1f59a4f commit a4e180c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/stage-5-publish.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,16 @@ jobs:
209209
packages: write
210210
contents: read
211211
steps:
212-
- name: "Get the artefacts"
212+
- name: "Get the artefacts csharp docker"
213213
uses: actions/download-artifact@v4
214214
with:
215215
path: .
216216
name: server-csharp-docker-${{ inputs.version }}
217+
- name: "Get the artefacts csharp server"
218+
uses: actions/download-artifact@v4
219+
with:
220+
path: .
221+
name: server-csharp-${{ inputs.version }}
217222
- run: ls -la
218223
- run: |
219224
docker build . -t ghcr.io/nhsdigital/nhsnotifysupplierserver:latest

0 commit comments

Comments
 (0)