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: on:
push: push:
schedule: schedule:
- cron: '0 0 * * *' - cron: "0 0 * * *"
jobs: jobs:
build_image: build_image:
name: Build image name: Build image
env: env:
FORGEJO_VERSION: 1.21 FORGEJO_VERSION: 1.21
SCHEDULED: ${{ github.event_name == 'schedule' }} SCHEDULED: ${{ github.event_name == 'schedule' }}
PUSHED: ${{ github.event_name == 'push' }} PUSHED: ${{ github.event_name == 'push' }}
REGISTRY: git.korhonen.cc REGISTRY: git.korhonen.cc
REPO: ${{ env.REGISTRY }}/functionalhacker/forgejo-asciidoc REPO: ${{ env.REGISTRY }}/functionalhacker/forgejo-asciidoc
runs-on: docker runs-on: docker