Skip to content

Commit 8235ea7

Browse files
artifact data location and docker rar location
1 parent 71f92eb commit 8235ea7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ jobs:
515515
516516
### PUBLISH LIBS data NUGET
517517
publishlibhostnuget:
518-
name: "Publish libs host packages to nuget.pkg.github.com"
518+
name: "Publish libs data packages to nuget.pkg.github.com"
519519
runs-on: ubuntu-latest
520520
needs: [publish]
521521
permissions:
@@ -526,7 +526,7 @@ jobs:
526526
uses: actions/download-artifact@v4
527527
with:
528528
path: .
529-
name: libs-host-${{ inputs.version }}
529+
name: libs-data-${{ inputs.version }}
530530
- run: |
531531
ls -la
532532
find . -name ".version"
@@ -645,7 +645,8 @@ jobs:
645645
name: libs-host-docker-${{ inputs.version }}
646646

647647
- run: |
648-
docker load --input ${{ runner.temp }}/myimage/myimage.tar
648+
ls -la
649+
docker load myimage.tar
649650
docker image ls -a
650651
echo $CR_PAT | docker login ghcr.io -u nhs-notify-supplier-api --password-stdin
651652
docker push ghcr.io/nhsdigital/libshostdocker:latest

0 commit comments

Comments
 (0)