mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 23:47:33 +00:00
cache compose tests
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -33,9 +33,15 @@ jobs:
|
|||||||
- uses: depot/setup-action@v1
|
- uses: depot/setup-action@v1
|
||||||
with:
|
with:
|
||||||
oidc: true
|
oidc: true
|
||||||
|
- name: Save Run Caches
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
${{ runner.temp }}/zitadel-make-cache
|
||||||
- run: make login-quality
|
- run: make login-quality
|
||||||
env:
|
env:
|
||||||
# latest if branch is main, otherwise image version which is the pull request number
|
# latest if branch is main, otherwise image version which is the pull request number
|
||||||
BUILDX_CLI: depot --file docker-bake.hcl --file docker-bake-ci.hcl
|
BUILDX_CLI: depot --file docker-bake.hcl --file docker-bake-ci.hcl
|
||||||
DEPOT_PROJECT_ID: jp837jn3fm
|
DEPOT_PROJECT_ID: jp837jn3fm
|
||||||
REF_TAG: ${{ github.ref == 'refs/heads/main' && 'latest' || fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
|
REF_TAG: ${{ github.ref == 'refs/heads/main' && 'latest' || fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
|
||||||
|
CACHE_DIR: ${{ runner.temp }}/zitadel-make-cache
|
||||||
|
Reference in New Issue
Block a user