mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +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
|
||||
|
||||
2
.github/workflows/runner-variants.yml
vendored
2
.github/workflows/runner-variants.yml
vendored
@@ -21,7 +21,7 @@ env:
|
||||
|
||||
jobs:
|
||||
bases:
|
||||
uses: /.github/workflows/runner-bases.yml
|
||||
uses: ./.github/workflows/runner-bases.yml
|
||||
build-and-push-variants:
|
||||
needs: [ bases ]
|
||||
name: Build and push images
|
||||
|
||||
Reference in New Issue
Block a user