ci: switch to wesley-latest builder
All checks were successful
Build container / build (push) Successful in 3m34s
All checks were successful
Build container / build (push) Successful in 3m34s
This commit is contained in:
@@ -2,12 +2,11 @@ name: Build container
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 16 * * FRI'
|
||||
- cron: "0 16 * * FRI"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: act-latest
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
runs-on: wesley-latest
|
||||
steps:
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user