This commit is contained in:
Florian Forster
2025-02-19 14:41:32 +01:00
parent af7367292a
commit d5e1a484a9

View File

@@ -69,6 +69,36 @@ jobs:
- uses: depot/bake-action@v1
with:
project: w47wkxzdtw
push: false
targets: build, lint ,core-unit
no-cache: false
load: false
depot-gh-no-cache:
timeout-minutes: 20
runs-on: depot-ubuntu-22.04-8
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v3
- uses: docker/bake-action@v6
with:
push: false
targets: build, lint ,core-unit
no-cache: true
load: false
depot-gh-cache:
timeout-minutes: 20
runs-on: depot-ubuntu-22.04-8
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v3
- uses: docker/bake-action@v6
with:
push: false
targets: build, lint ,core-unit
no-cache: false