diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 083adfba0..2f1981dc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -171,6 +171,10 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} + + # Prepare builder + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v1 # Build and push - name: Build and push