Fix auto-formater issue.

Indeed, my editor always fixes the format for me. That's why those
2 lines were changed.
This commit is contained in:
funilrys 2022-11-08 21:16:47 +01:00
parent 72c4db4553
commit 7331da0410
No known key found for this signature in database
GPG Key ID: 0D8BFEF5515C00C6
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
---
on:
schedule:
- cron: "0 4 * * *" # Every day at 4:00am
- cron: '0 4 * * *' # Every day at 4:00am
push:
tags:
- "*"
- '*'
name: Publish tagged images to Docker Hub