Skip to content

Commit

Permalink
type=ghaにしてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Apr 10, 2024
1 parent dd0f49c commit 3067e72
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 3067e72

Please sign in to comment.