update
This commit is contained in:
@@ -138,8 +138,10 @@ def build_and_push(
|
|||||||
"--verbosity", "info",
|
"--verbosity", "info",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Configure the environment variables to include DOCKER_CONFIG if auth exists
|
||||||
|
current_env = os.environ.copy()
|
||||||
if docker_config_dir:
|
if docker_config_dir:
|
||||||
kaniko_cmd.extend(["--docker-config", str(docker_config_dir)])
|
current_env["DOCKER_CONFIG"] = str(docker_config_dir)
|
||||||
|
|
||||||
print(f"Running Kaniko: {' '.join(kaniko_cmd)}")
|
print(f"Running Kaniko: {' '.join(kaniko_cmd)}")
|
||||||
result = subprocess.run(kaniko_cmd, capture_output=True, text=True)
|
result = subprocess.run(kaniko_cmd, capture_output=True, text=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user