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: schedule:
- cron: '0 * * * *' - cron: '0 * * * *'
jobs: jobs:
name: Build image
build_image: build_image:
name: Build image
env: env:
VERSION: 1.21 VERSION: 1.21
SCHEDULED: ${{ github.event_name == 'schedule' }} SCHEDULED: ${{ github.event_name == 'schedule' }}