mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
push build cache to registry as well
This commit is contained in:
parent
f486bfb73e
commit
26d6f8f9fe
1 changed files with 5 additions and 2 deletions
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
@ -189,8 +189,11 @@ jobs:
|
||||||
build-args: |
|
build-args: |
|
||||||
PHP_VERSION=${{ matrix.php_version }}
|
PHP_VERSION=${{ matrix.php_version }}
|
||||||
PHP_BASE_TYPE=${{ matrix.php_base }}
|
PHP_BASE_TYPE=${{ matrix.php_base }}
|
||||||
cache-from: type=gha,scope=${{ matrix.target_runtime }}-${{ matrix.php_base }}-${{ matrix.php_version }}
|
cache-from: |
|
||||||
cache-to: type=gha,mode=max,scope=${{ matrix.target_runtime }}-${{ matrix.php_base }}-${{ matrix.php_version }}
|
type=gha,scope=${{ matrix.target_runtime }}-${{ matrix.php_base }}-${{ matrix.php_version }}
|
||||||
|
cache-to: |
|
||||||
|
type=gha,mode=max,scope=${{ matrix.target_runtime }}-${{ matrix.php_base }}-${{ matrix.php_version }}
|
||||||
|
type=registry,ref=${{ matrix.target_runtime }}-${{ matrix.php_base }}-${{ matrix.php_version }}-cache
|
||||||
|
|
||||||
# goss validate the image
|
# goss validate the image
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue