File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.github/actions/build-sandbox
specification/api/components/x-nhsd-apim Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5252 working-directory : ./sandbox
5353 run : |
5454 proxygen docker get-login | bash
55- docker build -t nhs-notify-supplier:latest .
56- IMAGE_ID=$(docker images -q nhs-notify-supplier:latest )
57- docker tag $IMAGE_ID 958002497996.dkr.ecr.eu-west-2.amazonaws.com/nhs-notify-supplier:latest
58- docker push 958002497996.dkr.ecr.eu-west-2.amazonaws.com/nhs-notify-supplier:latest
55+ docker build -t nhs-notify-supplier:pr99 .
56+ IMAGE_ID=$(docker images -q nhs-notify-supplier:pr99 )
57+ docker tag $IMAGE_ID 958002497996.dkr.ecr.eu-west-2.amazonaws.com/nhs-notify-supplier:pr99
58+ docker push 958002497996.dkr.ecr.eu-west-2.amazonaws.com/nhs-notify-supplier:pr99
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ containers:
44 - name : nhs-notify-supplier
55 image :
66 name : nhs-notify-supplier
7- tag : latest
7+ tag : pr99
88 environment :
99 LOG_LEVEL : info
1010 NODE_ENV : development
You can’t perform that action at this time.
0 commit comments