zitadel/.github/workflows/ffo-test.yml

41 lines
848 B
YAML
Raw Normal View History

2025-02-19 10:09:55 +01:00
name: "Docker Bake Test"
on:
push:
branches:
- docker-bake
jobs:
2025-02-19 14:06:32 +01:00
unloaded:
2025-02-19 13:48:49 +01:00
timeout-minutes: 20
2025-02-19 10:09:55 +01:00
runs-on:
group: zitadel-public
steps:
- uses: actions/checkout@v4
2025-02-19 10:20:55 +01:00
with:
fetch-depth: 0
2025-02-19 10:09:55 +01:00
- uses: docker/setup-buildx-action@v3
- uses: docker/bake-action@v6
with:
source: .
push: false
2025-02-19 14:05:54 +01:00
targets: build, lint ,core-unit
2025-02-19 14:06:32 +01:00
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