Skip to content

Commit

Permalink
Move to publicly accessible URL for Docker image
Browse files Browse the repository at this point in the history
Most people don't have ssh access to the public Aeromancy repo, so we shouldn't use it here.
  • Loading branch information
dmcc committed Feb 27, 2024
1 parent 7ffafdc commit f5a4a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aeromancy/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def build_docker(
(
"--tag",
docker_tag,
"ssh://git@github.com/quant-aq/aeromancy.git#v0.1.0:docker",
"https://github.com/quant-aq/aeromancy.git#v0.1.0:docker",
),
)
docker_command = " ".join(docker_commmand_pieces)
Expand Down

0 comments on commit f5a4a39

Please sign in to comment.