ci: switch to job-home
Some checks failed
Build container / build (push) Failing after 2m8s

This commit is contained in:
Job
2025-10-06 16:39:45 +02:00
parent 48f13d622b
commit b3be78041c

View File

@@ -2,11 +2,11 @@ name: Build container
on:
push:
schedule:
- cron: '0 16 * * FRI'
- cron: "0 16 * * FRI"
jobs:
build:
runs-on: act-latest
runs-on: job-latest
if: gitea.ref == 'refs/heads/main'
steps:
- name: Clone repo