Skip to content

Commit

Permalink
use public rusefi image on step 02, not the personal one
Browse files Browse the repository at this point in the history
  • Loading branch information
FDSoftware committed Nov 4, 2024
1 parent 5384b21 commit 815e639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/02_setup_runner_container.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if docker pull ghcr.io/fdsoftware/rusefi-ci:main; then
if docker pull ghcr.io/rusefi/rusefi-ci:main; then
echo "remote docker container pull succeeded"
else
echo "remote docker container pull failed, building image locally"
Expand Down

0 comments on commit 815e639

Please sign in to comment.