Fix YAML formatting in Gitea workflows
Build / build (push) Failing after 2m7s

This commit is contained in:
2026-05-21 23:45:23 +02:00
parent 870f1787cb
commit d481be04a7
2 changed files with 23 additions and 23 deletions
+13 -13
View File
@@ -27,16 +27,16 @@ jobs:
[registry."gitea.sanplex.xyz/sansan"] [registry."gitea.sanplex.xyz/sansan"]
http = true http = true
insecure = true insecure = true
- name: Login to Gitea - name: Login to Gitea
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: gitea.sanplex.xyz registry: gitea.sanplex.xyz
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
- name: Build - name: Build
uses: https://github.com/docker/build-push-action@v5 uses: https://github.com/docker/build-push-action@v5
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: false push: false
#tags: "gitea.sanplex.xyz/sansan/musicserver:${{gitea.ref_name}}, gitea.sanplex.xyz/sansan/musicserver:latest" #tags: "gitea.sanplex.xyz/sansan/musicserver:${{gitea.ref_name}}, gitea.sanplex.xyz/sansan/musicserver:latest"
+9 -9
View File
@@ -17,15 +17,15 @@ jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3 uses: https://github.com/docker/setup-buildx-action@v3
with: with:
config-inline: | config-inline: |
[registry."gitea.sanplex.xyz/sansan"] [registry."gitea.sanplex.xyz/sansan"]
http = true http = true
insecure = true insecure = true
- name: Login to Gitea - name: Login to Gitea
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with: