Skip to content

Commit 9d8f1c6

Browse files
Robu6/publish artifacts filter (#75)
* artifact filters. * artifact filters name and path. * artifact data location and docker rar location * artifact data location and docker rar location * add input to docker load
1 parent e308140 commit 9d8f1c6

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)