chore: add docker-hub login to pipeline
Commit / ci (push) Successful in 10m42s

This commit is contained in:
2026-04-05 10:20:51 +02:00
parent 19238edf57
commit aae537b312
3 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ name: Commit
on:
push:
# only trigger on branches, not on tags
branches: '**'
branches:
- 'main'
- 'dev'
jobs:
# Job 1: Lint and Test (Type Check)