From 8d2f97f62b989f8043e41f5981a9527891167ce6 Mon Sep 17 00:00:00 2001 From: Daniel Savosin Date: Sun, 17 Mar 2024 14:32:05 +0700 Subject: [PATCH] fix cache image tag --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b4bc138..60e8f9c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -43,8 +43,8 @@ jobs: --platform=linux/amd64,linux/arm64 \ --build-arg BUILDKIT_INLINE_CACHE=1 \ --build-arg COMPOSER_VERSION=${{ env.COMPOSER_VERSION }} \ - --cache-from="type=registry,ref=dannecron/php-for-dev:${{ matrix.php_version }}-cache,mode=max" \ - --cache-to="type=registry,dannecron/php-for-dev:${{ matrix.php_version }}-cache,mode=max" \ + --cache-from="type=registry,ref=dannecron/php-for-dev:${{ matrix.php_version }}.cache,mode=max" \ + --cache-to="type=registry,dannecron/php-for-dev:${{ matrix.php_version }}.cache,mode=max" \ --tag=dannecron/php-for-dev:${{ matrix.php_version }} \ $(if test "${{ matrix.php_version }}" = "8.0"; then printf %s '--tag=dannecron/php-for-dev:latest'; fi) \ ./v${{ matrix.php_version }}