We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f59a4f commit a4e180cCopy full SHA for a4e180c
1 file changed
.github/workflows/stage-5-publish.yaml
@@ -209,11 +209,16 @@ jobs:
209
packages: write
210
contents: read
211
steps:
212
- - name: "Get the artefacts"
+ - name: "Get the artefacts csharp docker"
213
uses: actions/download-artifact@v4
214
with:
215
path: .
216
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 }}
222
- run: ls -la
223
- run: |
224
docker build . -t ghcr.io/nhsdigital/nhsnotifysupplierserver:latest
0 commit comments