diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a3a76e7..5ec92bb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Set up QEMU uses: https://github.com/docker/setup-qemu-action@v3 with: - platforms: [amd64] + platforms: amd64 - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3