Skip to content

Commit fb3f78f

Browse files
committed
Correct docker buildx install
1 parent c60642f commit fb3f78f

File tree

1 file changed

+1
-1
lines changed
  • etc/kayobe/environments/ci-builder/inventory/group_vars/seed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Ensure we're using modern docker-buildx instead of legacy docker-build
22
dev_tools_packages_extra:
3-
- "{% if os_distribution == 'ubuntu' %}docker-buildx-plugin{% endif %}"
3+
- "{% if os_distribution == 'ubuntu' %}docker-buildx{% endif %}"

0 commit comments

Comments
 (0)