Skip to content

Commit

Permalink
cache all buildx layers
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini committed Oct 1, 2024
1 parent a146f69 commit 731a93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
push: false
tags: kodi-rockchip-gbm:${{ matrix.arch.name }}
cache-from: type=gha,scope=${{ matrix.arch.name }}_${{ matrix.distro }}
cache-to: type=gha,scope=${{ matrix.arch.name }}_${{ matrix.distro }}
cache-to: type=gha,scope=${{ matrix.arch.name }}_${{ matrix.distro }},mode=max # mode=max "export all the layers of all intermediate steps"
build-args: |
PACKAGE_VERSION=${{needs.prepare.outputs.created}}
BASE_IMAGE=${{ matrix.distro }}
Expand Down

0 comments on commit 731a93a

Please sign in to comment.