From 8108ca7e7b3228a59329ccc34e727102bb0003c3 Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Thu, 21 Aug 2025 22:06:25 -0300 Subject: [PATCH] add setup for buildx --- .gitea/workflows/haven-notify.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/haven-notify.yaml b/.gitea/workflows/haven-notify.yaml index d11c4fe..7c4d937 100644 --- a/.gitea/workflows/haven-notify.yaml +++ b/.gitea/workflows/haven-notify.yaml @@ -31,10 +31,11 @@ jobs: -u "${{ env.REGISTRY_USERNAME }}" \ --password-stdin - - name: Display Directory Structure - run: | - echo "Current directory structure:" - ls -lR . + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 - name: Build and Push Image run: |