Feature Branch Setup: GitHub Actions für Feature Branches, Docker Compose für Testing, Dokumentation
This commit is contained in:
parent
a5a4543ac0
commit
e2c523ca32
5 changed files with 400 additions and 1 deletions
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue