We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2c782 commit 1f59a4fCopy full SHA for 1f59a4f
1 file changed
.github/workflows/stage-5-publish.yaml
@@ -216,9 +216,9 @@ jobs:
216
name: server-csharp-docker-${{ inputs.version }}
217
- run: ls -la
218
- run: |
219
- docker build . -t ghcr.io/NHSDigital/nhsnotifysupplierserver:latest
220
- echo $CR_PAT | docker login ghcr.io -u NHSDigital --password-stdin
221
- docker push ghcr.io/NHSDigital/nhsnotifysupplierserver:latest
+ docker build . -t ghcr.io/nhsdigital/nhsnotifysupplierserver:latest
+ echo $CR_PAT | docker login ghcr.io -u nhs-notify-supplier-api --password-stdin
+ docker push ghcr.io/nhsdigital/nhsnotifysupplierserver:latest
222
223
env:
224
CR_PAT: ${{ secrets.GITHUB_TOKEN }}
0 commit comments