Skip to content

Commit

Permalink
Merge pull request #9 from quant-aq/dmcc/update-repo-url
Browse files Browse the repository at this point in the history
Move to publicly accessible URL for Docker image
  • Loading branch information
dmcc authored Mar 15, 2024
2 parents 7ffafdc + f5a4a39 commit 6caa3f5
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 6caa3f5

Please sign in to comment.