Skip to content

Commit

Permalink
Fix to get our CI working again since we rely on parsing tags.
Browse files Browse the repository at this point in the history
See docker#3259 attempts for more details

Signed-off-by: Christopher Petito <[email protected]>
  • Loading branch information
krissetto committed May 22, 2024
1 parent b6464db commit 205d2f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: make ${{ matrix.variant }}
run: |
docker logout
Expand Down

0 comments on commit 205d2f2

Please sign in to comment.