From f86c33d5e60e85183a0aec4a83f34133d2a6172e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 24 May 2025 14:33:32 +0200 Subject: [PATCH] Removed gitea-ci --- .gitea/workflows/gitea-ci.yaml | 59 ---------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 .gitea/workflows/gitea-ci.yaml diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml deleted file mode 100644 index 0f489bd..0000000 --- a/.gitea/workflows/gitea-ci.yaml +++ /dev/null @@ -1,59 +0,0 @@ -# -# .gitea/gitea-ci.yaml -# - -name: Build And Test -run-name: ${{ gitea.actor }} is runs ci pipeline -on: - push: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - #if: gitea.ref == 'refs/heads/main' - steps: - - uses: https://github.com/actions/checkout@v4 - -#GITHUB_REF_NAME - - -#name: Publish -#run-name: ${{ gitea.actor }} is runs ci pipeline -#on: -# release: -# types: [published] -# -#jobs: -# test: -# runs-on: ubuntu-latest -# steps: -# - run: echo "The release ${{ gitea.release }} was published" - -# publish: -# runs-on: ubuntu-latest -# #needs: build -# if: gitea.ref == 'refs/heads/main' -# 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.tech/sansan"] -# http = true -# insecure = true -# - name: Login to Gitea -# uses: docker/login-action@v2 -# with: -# registry: gitea.sanplex.tech -# username: ${{ github.repository_owner }} -# password: ${{ secrets.TOKEN }} -# - name: Build and push Docker image -# uses: https://github.com/docker/build-push-action@v5 -# with: -# context: . -# file: ./Dockerfile -# push: true -# tags: "gitea.sanplex.tech/sansan/musicserver:${{gitea.sha}}, gitea.sanplex.tech/sansan/musicserver:latest"