We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275c7a3 commit 6fd8255Copy full SHA for 6fd8255
.github/workflows/stage-5-publish.yaml
@@ -600,7 +600,7 @@ jobs:
600
name: libs-host-docker-${{ inputs.version }}
601
602
- run: |
603
- docker load --input ${{ runner.temp }}/myimage.tar
+ docker load --input ${{ runner.temp }}/myimage/myimage.tar
604
docker image ls -a
605
echo $CR_PAT | docker login ghcr.io -u nhs-notify-supplier-api --password-stdin
606
docker push ghcr.io/nhsdigital/libshostdocker:latest
0 commit comments