From cfdf052e255d526e359a9cda4a1f27f42e3240e0 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 27 Mar 2023 19:35:37 +0100 Subject: [PATCH] Update '.gitea/workflows/publish.yaml' --- .gitea/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 772c181..729b6e3 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -10,6 +10,8 @@ jobs: runs-on: catthehacker/ubuntu:act-latest container: node:19-alpine steps: + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 - name: Login to Repo uses: docker/login-action@v2 with: