Publish runner image to Gitea Container Registry
Some checks failed
Test blackout notifier / test (push) Failing after 0s
Hourly blackout check / check (push) Failing after 0s
Build runner image / build (push) Failing after 2s

This commit is contained in:
Meghdad
2026-07-17 20:22:52 +03:30
parent c23e8b98f7
commit 308ed80ff4
4 changed files with 146 additions and 32 deletions

View File

@@ -11,7 +11,10 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: daily-blackout-check-runner:latest
image: mahgit.ir/meghdadfadaee/daily-blackout-check-runner:latest
credentials:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
env:
PYTHONPATH: src
steps: