Add scheduled weekly build
All checks were successful
Build Docker image / Build and publish image (push) Successful in 4m4s

This commit is contained in:
Marko Korhonen 2024-04-04 19:31:51 +03:00
parent 8143dabd09
commit 8f78963464
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 12 additions and 1 deletions

View file

@ -1,11 +1,18 @@
name: Build Docker image
on: [push]
on:
push:
schedule:
- cron: "0 6 * * 7"
jobs:
build_image:
name: Build and publish image
runs-on: docker
if: env.SCHEDULED == 'true' || !contains(github.event.commits[0].message, '[skip ci]')
env:
SCHEDULED: ${{ github.event_name == 'schedule' }}
steps:
- name: Set up Docker Buildx

View file

@ -17,6 +17,10 @@ was too old.
** npm and nodejs
** git
== Updates
This image is built weekly on sunday at 06:00 EET/EEST on the `archlinux:latest` image.
== Installation
* link:https://git.korhonen.cc/FunctionalHacker/-/packages/container/hugo-asciidoc-docker-ci/latest[Download Docker image]