Skip to content

Commit d317334

Browse files
add input to docker load
1 parent 551a185 commit d317334

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
@@ -646,7 +646,7 @@ jobs:
646646

647647
- run: |
648648
ls -Rla
649-
docker load myimage.tar
649+
docker load --input myimage.tar
650650
docker image ls -a
651651
echo $CR_PAT | docker login ghcr.io -u nhs-notify-supplier-api --password-stdin
652652
docker push ghcr.io/nhsdigital/libshostdocker:latest

0 commit comments

Comments
 (0)