Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Actions git context instead of dynamically created buildkit one (…
…#25381) (#25383) Backport #25381 by @techknowlogick The [docker/build-push-action@v2 action](https://github.com/docker/build-push-action) by default ignores the checkout created using the actions/checkout@v2 action. When you pass a git build context to docker build, it wouldn't include the .git directory. By passing `context: .` to the build step then it'll use the Actions git context which includes the git fetch from the earlier step. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
- Loading branch information