Skip to content

Commit c5f67b1

Browse files
committed
Install docker-buildx before configuring host
1 parent d0af6b0 commit c5f67b1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install Package
5757
uses: ConorMacBride/install-package@main
5858
with:
59-
apt: git unzip nodejs python3-pip python3-venv openssh-server openssh-client jq
59+
apt: git unzip nodejs python3-pip python3-venv openssh-server openssh-client jq containerd docker.io docker-buildx
6060

6161
- name: Start the SSH service
6262
run: |

etc/kayobe/environments/ci-builder/inventory/group_vars/seed/dev-tools

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)