Description
If we use the checkout action with the path input to set a "Relative path under $GITHUB_WORKSPACE to place the repository", and subsequently use the metadata action with the context git, then the
metadata action fails with:
Error: fatal: not a git repository (or any of the parent directories): .git
Note that the build-push action supports a Path context with the context input, and has a build-contexts input to list additional build contexts.
Note that the checkout action supports side by side checkout https://github.com/actions/checkout?tab=readme-ov-file#checkout-multiple-repos-side-by-side.
It would be useful to be able to tell the metadata action where the .git directory was. It seems the metadata action assumes context "git" => GITHUB_WORKSPACE.
docker.yml