Skip to content

Commit

Permalink
By default use existing docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 29, 2024
1 parent 52dae77 commit 0a7423b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/script/module_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ def docker(i):
env=i.get('env', {})

noregenerate_docker_file = i.get('docker_noregenerate', False)
norecreate_docker_image = i.get('docker_norecreate', False)
norecreate_docker_image = i.get('docker_norecreate', True)

if i.get('docker_skip_build', False):
noregenerate_docker_file = True
Expand Down

0 comments on commit 0a7423b

Please sign in to comment.