This commit is contained in:
Florian Forster
2025-02-19 14:06:32 +01:00
parent 9f112bb1b4
commit 855eae9b30

View File

@@ -6,7 +6,7 @@ on:
- docker-bake
jobs:
test:
unloaded:
timeout-minutes: 20
runs-on:
group: zitadel-public
@@ -20,4 +20,22 @@ jobs:
source: .
push: false
targets: build, lint ,core-unit
no-cache: true
no-cache: true
load: true
loaded:
timeout-minutes: 20
runs-on:
group: zitadel-public
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v3
- uses: docker/bake-action@v6
with:
source: .
push: false
targets: build, lint ,core-unit
no-cache: true
load: false