From d481be04a730f914662beb308a8c76eeb625ecb9 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 21 May 2026 23:45:23 +0200 Subject: [PATCH] Fix YAML formatting in Gitea workflows --- .gitea/workflows/gitea-build.yaml | 28 ++++++++++++++-------------- .gitea/workflows/gitea-release.yaml | 18 +++++++++--------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.gitea/workflows/gitea-build.yaml b/.gitea/workflows/gitea-build.yaml index c471ca0..9caa3fe 100644 --- a/.gitea/workflows/gitea-build.yaml +++ b/.gitea/workflows/gitea-build.yaml @@ -26,17 +26,17 @@ jobs: config-inline: | [registry."gitea.sanplex.xyz/sansan"] http = true - insecure = true - - name: Login to Gitea - uses: docker/login-action@v2 - with: - registry: gitea.sanplex.xyz - username: ${{ github.repository_owner }} - password: ${{ secrets.TOKEN }} - - name: Build - uses: https://github.com/docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile - push: false - #tags: "gitea.sanplex.xyz/sansan/musicserver:${{gitea.ref_name}}, gitea.sanplex.xyz/sansan/musicserver:latest" + insecure = true + - name: Login to Gitea + uses: docker/login-action@v2 + with: + registry: gitea.sanplex.xyz + username: ${{ github.repository_owner }} + password: ${{ secrets.TOKEN }} + - name: Build + uses: https://github.com/docker/build-push-action@v5 + with: + context: . + file: ./Dockerfile + push: false + #tags: "gitea.sanplex.xyz/sansan/musicserver:${{gitea.ref_name}}, gitea.sanplex.xyz/sansan/musicserver:latest" diff --git a/.gitea/workflows/gitea-release.yaml b/.gitea/workflows/gitea-release.yaml index bf31d65..2f0b4d5 100644 --- a/.gitea/workflows/gitea-release.yaml +++ b/.gitea/workflows/gitea-release.yaml @@ -17,15 +17,15 @@ jobs: publish: runs-on: ubuntu-latest - steps: - - uses: https://github.com/actions/checkout@v4 - - name: Set up Docker Buildx - uses: https://github.com/docker/setup-buildx-action@v3 - with: - config-inline: | - [registry."gitea.sanplex.xyz/sansan"] - http = true - insecure = true + steps: + - uses: https://github.com/actions/checkout@v4 + - name: Set up Docker Buildx + uses: https://github.com/docker/setup-buildx-action@v3 + with: + config-inline: | + [registry."gitea.sanplex.xyz/sansan"] + http = true + insecure = true - name: Login to Gitea uses: docker/login-action@v2 with: