test ci perf

This commit is contained in:
Florian Forster
2025-02-19 10:09:55 +01:00
parent c2afb4e739
commit 2dc5f484ac
2 changed files with 22 additions and 3 deletions

20
.github/workflows/ffo-test.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: "Docker Bake Test"
on:
push:
branches:
- docker-bake
jobs:
test:
timeout-minutes: 10
runs-on:
group: zitadel-public
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: docker/bake-action@v6
with:
source: .
push: false
targets: build,lint