Exclude readme.md from docker-publish.yml

This commit is contained in:
machka
2025-05-20 19:23:26 +00:00
parent 31f8752ef6
commit dc8ba3ce06
+2
View File
@@ -6,6 +6,8 @@ on:
- main
tags:
- 'v*.*.*'
paths-ignore:
- 'README.md'
jobs:
build-and-push: