mirror of
https://github.com/ellite/Wallos.git
synced 2026-02-22 06:19:24 -06:00
cache docker build layers
* testing if gha cache is used https://docs.docker.com/engine/reference/commandline/buildx_build/#cache-from https://docs.docker.com/engine/reference/commandline/buildx_build/#cache-to * try out inline cache src: https://github.com/moby/buildkit#export-cache * go back to using gha cache
This commit is contained in:
4
.github/workflows/build-images.yml
vendored
4
.github/workflows/build-images.yml
vendored
@@ -71,4 +71,6 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ vars.DOCKERHUB_TAG }}:${{ steps.image_tag.outputs.TAG }}
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
Reference in New Issue
Block a user