add gha cache.

This commit is contained in:
Miroslav Šedivý 2025-03-30 19:10:58 +02:00
parent dfc2e5505c
commit 40db8f6602
4 changed files with 6 additions and 2 deletions

View file

@ -41,6 +41,6 @@ jobs:
with:
name: ${{ matrix.name }}
flavor: intel
platforms: linux/amd64
platforms: ${{ matrix.platforms }}
dockerfile: ${{ matrix.dockerfile }}
secrets: inherit

View file

@ -37,6 +37,6 @@ jobs:
with:
name: ${{ matrix.name }}
flavor: nvidia
platforms: linux/amd64
platforms: ${{ matrix.platforms }}
dockerfile: ${{ matrix.dockerfile }}
secrets: inherit

View file

@ -71,3 +71,5 @@ jobs:
build-args: |
BASE_IMAGE=ghcr.io/${{ github.repository }}/${{ env.FLAVOR_PREFIX }}base:sha-${{ github.sha }}
platforms: ${{ inputs.platforms || 'linux/amd64' }}
cache-from: type=gha
cache-to: type=gha,mode=max

View file

@ -80,3 +80,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ inputs.platforms || 'linux/amd64' }}
cache-from: type=gha
cache-to: type=gha,mode=max