From d31e2729193457c33632c10e792410d18920f23e Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Wed, 25 Sep 2024 13:52:44 +0100 Subject: [PATCH] DO NOT MERGE: test cache-from --- .github/workflows/build-build-tools-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-build-tools-image.yml b/.github/workflows/build-build-tools-image.yml index dd7d8297d5..dc75a40703 100644 --- a/.github/workflows/build-build-tools-image.yml +++ b/.github/workflows/build-build-tools-image.yml @@ -81,7 +81,7 @@ jobs: file: Dockerfile.build-tools cache-from: | type=registry,ref=cache.neon.build/build-tools:cache-${{ matrix.arch }} - type=registry,ref=cache.neon.build/build-tools:cache-${{ matrix.arch }}-does-not-exist + type=registry,ref=cache.neon.build/build-tools:cache-${{ matrix.arch }}-does-not-exist-2 cache-to: ${{ github.ref_name == 'main' && format('type=registry,ref=cache.neon.build/build-tools:cache-{0},mode=max', matrix.arch) || '' }} tags: neondatabase/build-tools:${{ inputs.image-tag }}-${{ matrix.arch }}