fix few issues

This commit is contained in:
DatCaptainHorse
2025-11-15 22:04:42 +02:00
parent 38da5c4685
commit 586b9f1a13
2 changed files with 3 additions and 3 deletions

View File

@@ -74,5 +74,5 @@ jobs:
build-args: |
RUNNER_BASE_IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/runner-base:latest-${{ matrix.variant.suffix }}
RUNNER_BUILDER_IMAGE=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/runner-builder:latest-${{ matrix.variant.suffix }}
cache-from: type=gha,scope=runner-common-{{ matrix.variant.suffix }},mode=max
cache-to: type=gha,scope=runner-common-{{ matrix.variant.suffix }},mode=max
cache-from: type=gha,scope=runner-common-${{ matrix.variant.suffix }},mode=max
cache-to: type=gha,scope=runner-common-${{ matrix.variant.suffix }},mode=max