From 205d2f2bd00640e83c917f07e50c684173d2e2f6 Mon Sep 17 00:00:00 2001 From: Christopher Petito <47751006+krissetto@users.noreply.github.com> Date: Wed, 22 May 2024 10:58:13 +0000 Subject: [PATCH] Fix to get our CI working again since we rely on parsing tags. See https://github.com/docker/docker-py/pull/3259 attempts for more details Signed-off-by: Christopher Petito <47751006+krissetto@users.noreply.github.com> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cac5b13..e31b2bd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - name: make ${{ matrix.variant }} run: | docker logout