Skip to content

Commit

Permalink
tools: Specify docker registry
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <julian@oes.ch>
  • Loading branch information
julianoes committed Sep 4, 2023
1 parent f964fa1 commit 817bf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run-docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

dockerimage=mavsdk/mavsdk-ubuntu-22.04-px4-sitl-v1.13
dockerimage=docker.io/mavsdk/mavsdk-ubuntu-22.04-px4-sitl-v1.13

if type podman > /dev/null 2> /dev/null
then
Expand Down

0 comments on commit 817bf8f

Please sign in to comment.