mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
fix few issues
This commit is contained in:
4
.github/workflows/runner-bases.yml
vendored
4
.github/workflows/runner-bases.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user