mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
docker-moby.sh bugfixing
This commit is contained in:
@@ -26,7 +26,7 @@ echo "Testing to make sure that script performed as expected, and basic scenario
|
|||||||
if ! command -v docker; then
|
if ! command -v docker; then
|
||||||
echo "docker was not installed"
|
echo "docker was not installed"
|
||||||
exit 1
|
exit 1
|
||||||
else if ! command -v docker buildx build then
|
elif ! command -v docker buildx build; then
|
||||||
echo "moby-buildx was not installed"
|
echo "moby-buildx was not installed"
|
||||||
#exit 1
|
#exit 1
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user