diff --git a/.github/workflows/y.yml b/.github/workflows/y.yml index 92a5aa6..79894be 100644 --- a/.github/workflows/y.yml +++ b/.github/workflows/y.yml @@ -71,6 +71,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Install docker for ACT runner + run: apt-get update && apt-get install -y sudo docker.io + if: env.ACT=='true' + # Set up BuildKit Docker container builder to be able to build # multi-platform images and export cache # https://github.com/docker/setup-buildx-action