diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e514e84..ac247652 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,3 +57,4 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + build-args: BUILDKIT_CONTEXT_KEEP_GIT_DIR=true diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6159afcd..dc3d1fe2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,16 @@ See the fragment files in the `changelog.d directory`_. .. scriv-insert-here +.. _changelog-0.8.1: + +0.8.1 - 2024-09-25 +================== + +Changed +------- + +- Fix docker build. + .. _changelog-0.8.0: 0.8.0 - 2024-09-25