Skip to content

Commit a4f7660

Browse files
authored
Fix build image (#180)
1 parent 3a54bbc commit a4f7660

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/build_image.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ if [[ -z "$1" ]] ; then
77
VERSION=$(git rev-parse --short HEAD)
88
fi
99

10+
eval $(ssh-agent)
11+
ssh-add ~/.ssh/bifrost_id_rsa
1012
DOCKER_BUILDKIT=1 docker build --ssh default -t "$NODE_NAME:$VERSION" .
1113
docker push "$NODE_NAME:$VERSION"
1214
docker push $NODE_NAME:latest

0 commit comments

Comments
 (0)