update
Some checks failed
docker-monica-build mr / dockerfile_lint (push) Successful in 4s
docker-monica-build mr / build (push) Failing after 42s

This commit is contained in:
2024-05-11 13:44:43 +02:00
parent a848aa64d6
commit 814c378926
3 changed files with 7 additions and 3 deletions

View File

@@ -9,4 +9,8 @@ indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
insert_final_newline = true
quote_type = single
[{Makefile,**.mk}]
indent_style = tab

View File

@@ -24,7 +24,7 @@ jobs:
with:
image: rogersik/monica
registry: gitea.sikorski.cloud
tag: "4.1-dev"
tag: '4.1-dev'
cache: true
username: rogersik
password: ${{ secrets.REGISTRY_PASSWORD }}

View File

@@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: "0 6 * * SUN"
- cron: '0 6 * * SUN'
jobs:
dockerfile_lint: