Add subdirectory for Git context

Since v0.9.0 of BuildKit (BuildX v0.7.0) you can provide a subdirectory
to the default Git context.

Closes #460
Closes #528

Signed-off-by: Jim Brännlund <jimbrannlund@fastmail.com>
This commit is contained in:
Jim Brännlund 2021-12-28 00:49:32 +01:00
parent b1aeb1103e
commit fc5a732e0c
6 changed files with 8436 additions and 2 deletions

View file

@ -32,6 +32,7 @@
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"csv-parse": "^4.16.3",
"handlebars": "^4.7.7",
"semver": "^7.3.5",
"tmp": "^0.2.1"
},