alpine-bash/.forgejo/workflows/build.yaml
sqozz 476b4d1626
Some checks failed
/ build (push) Failing after 26s
Update .forgejo/workflows/build.yaml
2024-04-16 23:14:55 +02:00

13 lines
279 B
YAML

on:
push:
schedule:
- cron: '0 0 * */1 *'
jobs:
build:
runs-on: docker
steps:
- run: apk add buildah wget
- run: buildah --version
- run: wget https://git.geekify.de/Containers/alpine-bash/raw/branch/main/Dockerfile
- run: buildah build