Format workflow with prettier
All checks were successful
/ Build image (push) Successful in 37s

This commit is contained in:
Marko Korhonen 2024-02-25 11:47:58 +02:00
parent 954c89ff5f
commit 43d093ea99
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,14 +1,14 @@
on:
push:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
jobs:
build_image:
name: Build image
env:
FORGEJO_VERSION: 1.21
SCHEDULED: ${{ github.event_name == 'schedule' }}
PUSHED: ${{ github.event_name == 'push' }}
PUSHED: ${{ github.event_name == 'push' }}
REGISTRY: git.korhonen.cc
REPO: ${{ env.REGISTRY }}/functionalhacker/forgejo-asciidoc
runs-on: docker