diff --git a/.dockerignore b/.dockerignore index 2b335fc79e8b..05f4d3cec301 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,5 +10,8 @@ # so `go build` could set `vcs.revision`, etc. !.git +# so generated *.txt files do not make binaries dirty +!.gitignore + # additional files for Docker images !build/docker diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index d3aa0d1e924b..013d8f7c2a08 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -79,6 +79,12 @@ jobs: if: github.event_name == 'pull_request_target' run: git checkout -b ${{ github.head_ref }} + # TODO https://github.com/FerretDB/FerretDB/issues/2368 + - name: Debug git status + run: + env + git status + - name: Setup Go uses: FerretDB/github-actions/setup-go@main with: