From 759927884a673265fa901025901d80ebab30b422 Mon Sep 17 00:00:00 2001 From: Volodymyr Komarov Date: Sat, 20 Aug 2022 15:22:27 +0300 Subject: [PATCH] Fix build step at self hosted runners --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28f830c..35cd38d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,6 +44,14 @@ jobs: tags: | type=semver,pattern={{version}} + # Setup BuildX + # https://github.com/docker/setup-buildx-action + - name: Setup BuildX + uses: docker/setup-buildx-action@v2 + id: buildx + with: + install: true + # Build and push Docker image with Build (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push