Fixup cache again
This commit is contained in:
parent
88e79573f4
commit
e12b20b8a3
12 changed files with 16 additions and 16 deletions
.github
cache
workflows
0
.github/cache/act/actions/.gitkeep
vendored
Normal file
0
.github/cache/act/actions/.gitkeep
vendored
Normal file
0
.github/cache/act/artifacts/.gitkeep
vendored
Normal file
0
.github/cache/act/artifacts/.gitkeep
vendored
Normal file
0
.github/cache/act/cache/.gitkeep
vendored
Normal file
0
.github/cache/act/cache/.gitkeep
vendored
Normal file
0
.github/cache/docker/.gitkeep
vendored
Normal file
0
.github/cache/docker/.gitkeep
vendored
Normal file
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=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache/docker' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache/docker' }}
|
||||
|
|
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=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache/docker' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache/docker' }}
|
||||
|
||||
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=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache/docker' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache/docker' }}
|
||||
|
|
4
.github/workflows/mitm-proxy.yml
vendored
4
.github/workflows/mitm-proxy.yml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
|||
tags: |
|
||||
${{ !env.ACT && format('benzine/mitmproxy:{0}',matrix.mitmproxy) || '' }}
|
||||
${{ format('ghcr.io/benzine-framework/mitmproxy:{0}', matrix.mitmproxy) }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || '' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || '' }}
|
||||
|
||||
|
||||
|
|
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=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache/docker' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache/docker' }}
|
||||
|
|
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=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache/docker' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache/docker' }}
|
||||
|
|
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=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache/docker' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache/docker' }}
|
||||
|
|
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=.github/cache' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache' }}
|
||||
cache-from: ${{ !env.ACT && 'type=gha' || 'type=local,src=.github/cache/docker' }}
|
||||
cache-to: ${{ !env.ACT && 'type=gha,mode=max' || 'type=local,dest=.github/cache/docker' }}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue