mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 14:00:02 +00:00
fix gh bug and use free runners on github
This commit is contained in:
8
.github/workflows/ffo-test.yml
vendored
8
.github/workflows/ffo-test.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
|||||||
- uses: docker/setup-buildx-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
- uses: docker/bake-action@v6
|
- uses: docker/bake-action@v6
|
||||||
with:
|
with:
|
||||||
|
source: .
|
||||||
push: false
|
push: false
|
||||||
targets: build, lint ,core-unit
|
targets: build, lint ,core-unit
|
||||||
no-cache: true
|
no-cache: true
|
||||||
@@ -36,14 +37,14 @@ jobs:
|
|||||||
- uses: docker/setup-buildx-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
- uses: docker/bake-action@v6
|
- uses: docker/bake-action@v6
|
||||||
with:
|
with:
|
||||||
|
source: .
|
||||||
push: false
|
push: false
|
||||||
targets: build, lint ,core-unit
|
targets: build, lint ,core-unit
|
||||||
no-cache: false
|
no-cache: false
|
||||||
|
|
||||||
depot-no-cache:
|
depot-no-cache:
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
runs-on:
|
runs-on: ubuntu-latest
|
||||||
group: zitadel-public
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -59,8 +60,7 @@ jobs:
|
|||||||
|
|
||||||
depot-cache:
|
depot-cache:
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
runs-on:
|
runs-on: ubuntu-latest
|
||||||
group: zitadel-public
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user