move cache location
This commit is contained in:
parent
1d33a50c60
commit
686475933a
8 changed files with 16 additions and 15 deletions
4
.github/workflows/bouncer.yml
vendored
4
.github/workflows/bouncer.yml
vendored
|
|
@ -94,5 +94,5 @@ jobs:
|
|||
tags: |
|
||||
${{ !env.ACT && 'benzine/bouncer:latest' || '' }}
|
||||
${{ !env.ACT && 'ghcr.io/benzine-framework/bouncer:latest' || 'ghcr.io/benzine-framework/bouncer:devel' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
|
|
|
|||
4
.github/workflows/laravel.yml
vendored
4
.github/workflows/laravel.yml
vendored
|
|
@ -53,8 +53,8 @@ jobs:
|
|||
PHP_VERSION=${{ matrix.version }}
|
||||
tags: |
|
||||
matthewbaggett/laravel:${{ matrix.version }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
|
||||
laravel-tag-latest:
|
||||
name: "Bake Laravel Container"
|
||||
|
|
|
|||
4
.github/workflows/marshall.yml
vendored
4
.github/workflows/marshall.yml
vendored
|
|
@ -70,5 +70,5 @@ jobs:
|
|||
MARSHALL_VERSION=${{ steps.environment.outputs.marshall_version }}
|
||||
MARSHALL_BUILD_DATE=${{ steps.environment.outputs.marshall_build_date }}
|
||||
MARSHALL_BUILD_HOST=${{ steps.environment.outputs.marshall_build_host }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
|
|
|
|||
4
.github/workflows/mysql-proxy.yml
vendored
4
.github/workflows/mysql-proxy.yml
vendored
|
|
@ -62,5 +62,5 @@ jobs:
|
|||
tags: |
|
||||
${{ !env.ACT && 'benzine/mysql-proxy:latest' || '' }}
|
||||
${{ !env.ACT && 'ghcr.io/benzine-framework/mysql-proxy:latest' || 'ghcr.io/benzine-framework/mysql-proxy:devel' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
|
|
|
|||
4
.github/workflows/php-core.yml
vendored
4
.github/workflows/php-core.yml
vendored
|
|
@ -105,5 +105,5 @@ jobs:
|
|||
benzine/php:core-${{ matrix.version }}
|
||||
build-args: |
|
||||
${{ steps.build_args.outputs.result }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
|
|
|
|||
4
.github/workflows/php-flavours.yml
vendored
4
.github/workflows/php-flavours.yml
vendored
|
|
@ -96,5 +96,5 @@ jobs:
|
|||
benzine/php:${{ matrix.variant }}-${{ matrix.version }}
|
||||
build-args: |
|
||||
${{ steps.build_args.outputs.result }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
|
|
|
|||
4
.github/workflows/redis.yml
vendored
4
.github/workflows/redis.yml
vendored
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
tags: |
|
||||
${{ !env.ACT && format('benzine/redis:{0}',matrix.redis) || '' }}
|
||||
${{ format('ghcr.io/benzine-framework/redis:{0}', matrix.redis) }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
|
||||
|
||||
|
|
|
|||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
.idea
|
||||
/.php-cs-fixer.cache
|
||||
.cache
|
||||
/.github/cache
|
||||
/.act-secrets
|
||||
|
|
|
|||
Loading…
Reference in a new issue