Fix workflow syntax
Some checks failed
/ Build image (push) Failing after 58s

This commit is contained in:
Marko Korhonen 2024-02-25 00:06:40 +02:00
parent 2fd09a8f4d
commit 231fa4e93e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -3,8 +3,8 @@ on:
schedule:
- cron: '0 * * * *'
jobs:
name: Build image
build_image:
name: Build image
env:
VERSION: 1.21
SCHEDULED: ${{ github.event_name == 'schedule' }}