Skip to content

Commit

Permalink
WIP: kernel cache tag
Browse files Browse the repository at this point in the history
Signed-off-by: Misha Sakhnov <[email protected]>
  • Loading branch information
mikhail-sakhnov committed Oct 29, 2024
1 parent 1e446e5 commit 9c263cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vm-kernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ jobs:
push: true
pull: true
file: neonvm-kernel/Dockerfile.kernel-builder
cache-from: ${{format('type=registry,ref=cache.neon.build/vm-kernel-{0}:cache', inputs.arch)}}
cache-to: ${{ github.ref_name == 'main' && format('type=registry,ref=cache.neon.build/vm-kernel-{0}:cache,mode=max', inputs.arch) || '' }}
cache-from: ${{format('type=registry,ref=cache.neon.build/vm-kernel:{0}cache', inputs.arch)}}
cache-to: ${{ github.ref_name == 'main' && format('type=registry,ref=cache.neon.build/vm-kernel:{0}cache,mode=max', inputs.arch) || '' }}
tags: ${{ steps.get-tags.outputs.tags }}


Expand Down

0 comments on commit 9c263cc

Please sign in to comment.