Feature Branch Setup: GitHub Actions für Feature Branches, Docker Compose für Testing, Dokumentation

This commit is contained in:
vibe-bot 2025-08-09 02:03:06 +02:00
parent a5a4543ac0
commit e2c523ca32
5 changed files with 400 additions and 1 deletions

View file

@ -2,7 +2,7 @@
on:
push:
branches: [ "main" ]
branches: [ "main", "feature/*" ]
workflow_dispatch:
env:
@ -32,4 +32,5 @@ jobs:
tags: |
${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:${{ github.sha }}
${{ env.IMAGE_NAME }}:${{ github.ref_name }}
platforms: linux/amd64