ci: switch to wesley-latest builder
All checks were successful
Build container / build (push) Has been skipped

This commit is contained in:
Job
2025-09-02 20:02:07 +02:00
parent d5ed7bc7f7
commit 686a8dfdc7

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: wesley-latest
if: gitea.ref == 'refs/heads/main'
steps:
- name: Clone repo