DO NOT MERGE: test cache-from

This commit is contained in:
Alexander Bayandin
2024-09-25 13:52:44 +01:00
parent ebea319d64
commit d31e272919

View File

@@ -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 }}