From 480e5d553843a7e43289e8387696cb93cbb09a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20Crespo?= Date: Wed, 25 Sep 2024 19:00:21 +0000 Subject: [PATCH] Attempt to fix docker build --- .github/workflows/release.yml | 1 + CHANGELOG.rst | 10 ++++++++++ 2 files changed, 11 insertions(+) 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