Skip to content

Commit

Permalink
ci: Fix tag pipeline by fetching the complete history (#98)
Browse files Browse the repository at this point in the history
This is hopefully just a temporary fix for
actions/checkout#1467
  • Loading branch information
zerok committed Dec 11, 2023
1 parent 4287390 commit 3d0e413
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-tags: true
# Workaround for https://github.com/actions/checkout/issues/1467 as the
# project is not that large:
fetch-depth: 0

- name: Build Docker Image
run: make build
Expand Down

0 comments on commit 3d0e413

Please sign in to comment.