Skip to content

Commit

Permalink
Docker: fix —version to include git information
Browse files Browse the repository at this point in the history
GHA checkout needs to fetch full git history including tags for this to
work correctly.
  • Loading branch information
vslavik committed Jul 13, 2024
1 parent 139a1e1 commit ef8ce1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit ef8ce1a

Please sign in to comment.