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>
This commit is contained in:
Christopher Petito 2024-05-22 10:58:13 +00:00
parent b6464dbed9
commit 205d2f2bd0
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: make ${{ matrix.variant }}
run: |
docker logout