We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00ab4dd + 2e64fb2 commit b226dffCopy full SHA for b226dff
1 file changed
tests/setup_gate.sh
@@ -12,7 +12,7 @@ function prepare_images {
12
return
13
fi
14
15
- if [[ "${BASE_DISTRO}" =~ ^(debian|ubuntu)$ ]]; then
+ if [[ "${CONTAINER_ENGINE}" != "docker" && "${BASE_DISTRO}" =~ ^(debian|ubuntu)$ ]]; then
16
sudo apt install -y docker-buildx-plugin
17
else
18
sudo dnf install -y docker-buildx-plugin
0 commit comments