We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1316a commit 0681d7eCopy full SHA for 0681d7e
rootfs/deploy.py
@@ -112,7 +112,7 @@ def download_file(tar_path):
112
rm=True,
113
pull=True,
114
path='/app',
115
- buildargs=json.loads(os.getenv('DOCKER_BUILD_ARGS')))
+ buildargs=json.loads(os.getenv('DOCKER_BUILD_ARGS', '{}')))
116
log_output(stream, True)
117
print("Pushing to registry")
118
stream = client.push(registry+'/'+imageName, tag=imageTag, stream=True)
0 commit comments