Skip to content

Commit

Permalink
feat: github-cache-bake context from execution dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Dec 15, 2024
1 parent 8279dee commit 9c8a67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-cache-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ variable "IMAGE_REF" {

target "default" {
dockerfile = "cwd://Dockerfile"
context = "."
context = BAKE_CMD_CONTEXT
cache-from = [
// Always pull cache from main
"type=registry,ref=${IMAGE_REF}-cache:main",
Expand Down

0 comments on commit 9c8a67b

Please sign in to comment.