mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 07:50:19 +00:00
test ci perf
This commit is contained in:
20
.github/workflows/ffo-test.yml
vendored
Normal file
20
.github/workflows/ffo-test.yml
vendored
Normal 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
|
Reference in New Issue
Block a user