esphome/.forgejo/workflows/build.yaml
sqozz a0a77d0396
All checks were successful
/ build (push) Successful in 1m38s
Initial container definition
2024-06-05 14:53:33 +02:00

13 lines
510 B
YAML

on:
push:
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: gitea-container-builder
steps:
- run: buildah login --username ${{ secrets.username }} --password ${{ secrets.password }} ${GITHUB_SERVER_URL}
- run: wget ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/raw/branch/${GITHUB_REF_NAME}/Dockerfile
- run: buildah build --isolation=chroot | tee container_id
- run: buildah push $(tail -n 1 container_id) ${GITHUB_SERVER_URL/https:\/\//}/${GITHUB_REPOSITORY,,}:latest