From 2f6f74c82f2c8b3cf9620fbd90940bd25635f842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 7 Jul 2025 04:57:19 +0200 Subject: [PATCH] Activate .gitea workflow --- {.github => .gitea}/copilot-instructions.md | 0 {.github => .gitea}/renovate.json | 0 {.github => .gitea}/workflows/docker-publish.yml | 16 ++++------------ {.github => .gitea}/workflows/uv.yml | 0 4 files changed, 4 insertions(+), 12 deletions(-) rename {.github => .gitea}/copilot-instructions.md (100%) rename {.github => .gitea}/renovate.json (100%) rename {.github => .gitea}/workflows/docker-publish.yml (86%) rename {.github => .gitea}/workflows/uv.yml (100%) diff --git a/.github/copilot-instructions.md b/.gitea/copilot-instructions.md similarity index 100% rename from .github/copilot-instructions.md rename to .gitea/copilot-instructions.md diff --git a/.github/renovate.json b/.gitea/renovate.json similarity index 100% rename from .github/renovate.json rename to .gitea/renovate.json diff --git a/.github/workflows/docker-publish.yml b/.gitea/workflows/docker-publish.yml similarity index 86% rename from .github/workflows/docker-publish.yml rename to .gitea/workflows/docker-publish.yml index 533edca..dab9373 100644 --- a/.github/workflows/docker-publish.yml +++ b/.gitea/workflows/docker-publish.yml @@ -1,11 +1,11 @@ name: Docker on: - # push: - # pull_request: + push: + pull_request: workflow_dispatch: - # schedule: - # - cron: "0 6 * * *" + schedule: + - cron: "@weekly" env: BOT_TOKEN: ${{ secrets.BOT_TOKEN }} @@ -16,15 +16,7 @@ env: jobs: build-and-push-docker: runs-on: ubuntu-latest - permissions: - contents: read - packages: write steps: - - run: | - if [ -z "${{ env.BOT_TOKEN }}" ]; then - echo "BOT_TOKEN not set" - exit 1 - fi - uses: actions/checkout@v4 - uses: astral-sh/setup-uv@v5 with: diff --git a/.github/workflows/uv.yml b/.gitea/workflows/uv.yml similarity index 100% rename from .github/workflows/uv.yml rename to .gitea/workflows/uv.yml