Use prebuilt Docker image for Gitea workflows
All checks were successful
Test blackout notifier / test (push) Successful in 4s

This commit is contained in:
Meghdad
2026-07-17 19:49:15 +03:30
parent 4218e4ac36
commit c23e8b98f7
5 changed files with 85 additions and 25 deletions

View File

@@ -8,20 +8,16 @@ on:
jobs:
check:
runs-on: ubuntu-latest
container:
image: daily-blackout-check-runner:latest
env:
PYTHONPATH: src
steps:
- name: Check out repository
uses: https://gitea.com/actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: https://gitea.com/actions/setup-python@v5
with:
python-version: "3.13"
- name: Install project
run: python -m pip install .
- name: Check outages and persist state
env:
BARGHEMAN_TOKEN: ${{ secrets.BARGHEMAN_TOKEN }}