From d2f9dddfe7647448475a8f95df26c69ff7cc0ced Mon Sep 17 00:00:00 2001 From: Christopher Petito <47751006+krissetto@users.noreply.github.com> Date: Wed, 22 May 2024 10:28:09 +0000 Subject: [PATCH] fetch tags during checkout in integration tests gh action Signed-off-by: Christopher Petito <47751006+krissetto@users.noreply.github.com> --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cac5b132..c90757013 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-tags: true - name: make ${{ matrix.variant }} run: | docker logout