Skip to content

Commit

Permalink
Merge pull request #375 from na2na-p/chore/cache-to
Browse files Browse the repository at this point in the history
type=ghaにしてみる
  • Loading branch information
2na2-p[bot] authored Apr 10, 2024
2 parents dd0f49c + 3067e72 commit ba43cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/docker/image-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ group "default" {
target "app" {
dockerfile = "infra/docker/Dockerfile"
platforms = ["linux/amd64", "linux/arm64"]
cache-to = ["type=local,dest=/tmp/.buildx-cache"]
cache-from = ["type=local,src=/tmp/.buildx-cache"]
cache-to = ["type=gha,dest=/tmp/.buildx-cache"]
cache-from = ["type=gha,src=/tmp/.buildx-cache"]
}

0 comments on commit ba43cc5

Please sign in to comment.