2024-04-16 20:16:41 +02:00
|
|
|
on:
|
2024-04-16 20:59:23 +02:00
|
|
|
push:
|
2024-04-16 20:16:41 +02:00
|
|
|
schedule:
|
|
|
|
- cron: '0 0 * */1 *'
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: docker
|
|
|
|
steps:
|
2024-04-16 23:08:33 +02:00
|
|
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
2024-04-16 20:59:40 +02:00
|
|
|
- run: apk add buildah
|
2024-04-16 21:01:23 +02:00
|
|
|
- run: buildah --version
|