From 3fdd664bdaa139b5d571999affcb53d9eb5b5f6c Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 19 May 2024 16:55:21 -0600 Subject: [PATCH] add buildx setup --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed03415..5179b11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,8 @@ jobs: type=ref,event=branch type=ref,event=pr type=sha + - name: Setup docker buildx + uses: docker/setup-buildx-action@v3 - name: Build image uses: docker/build-push-action@v5 if: github.ref == 'refs/heads/main'