We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71699d2 + b989db9 commit c8867aeCopy full SHA for c8867ae
templates/deploy-openstack.tpl
@@ -131,7 +131,7 @@ fi
131
if [[ "$(sudo docker image ls)" == *"kayobe"* ]]; then
132
echo "Image already exists skipping docker build"
133
else
134
- sudo DOCKER_BUILDKIT=1 docker build --network host --build-arg BASE_IMAGE=$$BASE_IMAGE --file $${config_directories[kayobe]}/.automation/docker/kayobe/Dockerfile --tag kayobe:latest $${config_directories[kayobe]}
+ sudo DOCKER_BUILDKIT=1 docker build --network host --build-arg BASE_IMAGE=$BASE_IMAGE --file $${config_directories[kayobe]}/.automation/docker/kayobe/Dockerfile --tag kayobe:latest $${config_directories[kayobe]}
135
fi
136
137
set +x
0 commit comments