Skip to content

Commit 6fd8255

Browse files
uploader docker rar as a filter publish folder location
1 parent 275c7a3 commit 6fd8255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ jobs:
600600
name: libs-host-docker-${{ inputs.version }}
601601

602602
- run: |
603-
docker load --input ${{ runner.temp }}/myimage.tar
603+
docker load --input ${{ runner.temp }}/myimage/myimage.tar
604604
docker image ls -a
605605
echo $CR_PAT | docker login ghcr.io -u nhs-notify-supplier-api --password-stdin
606606
docker push ghcr.io/nhsdigital/libshostdocker:latest

0 commit comments

Comments
 (0)