File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments