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

This commit is contained in:
Marko Korhonen 2024-02-25 11:48:36 +02:00
parent d3046583fa
commit f177af2c17
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

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