Merge branch 'main' into kimbo128/main - resolve conflicts

This commit is contained in:
czlonkowski
2025-07-17 00:55:50 +02:00
32 changed files with 1710 additions and 28 deletions

3
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1,3 @@
# GitHub Funding Configuration
github: [czlonkowski]

View File

@@ -7,9 +7,25 @@ on:
- main
tags:
- 'v*'
paths-ignore:
- '**.md'
- '.github/FUNDING.yml'
- '.github/ISSUE_TEMPLATE/**'
- '.github/pull_request_template.md'
- 'LICENSE'
- 'ATTRIBUTION.md'
- 'docs/**'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- '.github/FUNDING.yml'
- '.github/ISSUE_TEMPLATE/**'
- '.github/pull_request_template.md'
- 'LICENSE'
- 'ATTRIBUTION.md'
- 'docs/**'
workflow_dispatch:
env:
@@ -56,7 +72,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha,prefix={{branch}}-,format=short
type=sha,format=short
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image