Skip to content

Commit

Permalink
Do not always pull TFC agent image
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfontaine committed Apr 26, 2024
1 parent 9f5e95e commit 5ce4259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacemk/exporters/terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ def _start_agent_container(self, agent_pool_id: str, container_name: str) -> Con
},
image=self._config.get("agent_image", "jmfontaine/tfc-agent:smk-latest"),
name=container_name,
pull="always",
# pull="always",
remove=True,
)

Expand Down

0 comments on commit 5ce4259

Please sign in to comment.