mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 11:40:36 +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/bake-action@v6
|
||||
with:
|
||||
source: .
|
||||
push: false
|
||||
targets: build, lint ,core-unit
|
||||
no-cache: true
|
||||
@@ -36,14 +37,14 @@ jobs:
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
- uses: docker/bake-action@v6
|
||||
with:
|
||||
source: .
|
||||
push: false
|
||||
targets: build, lint ,core-unit
|
||||
no-cache: false
|
||||
|
||||
depot-no-cache:
|
||||
timeout-minutes: 20
|
||||
runs-on:
|
||||
group: zitadel-public
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@@ -59,8 +60,7 @@ jobs:
|
||||
|
||||
depot-cache:
|
||||
timeout-minutes: 20
|
||||
runs-on:
|
||||
group: zitadel-public
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
Reference in New Issue
Block a user