Skip to content

Commit

Permalink
Merge pull request #315 from klihub/fixes/fetch-tags-for-image-build
Browse files Browse the repository at this point in the history
.github: fetch tags for image build.
  • Loading branch information
marquiz authored Apr 16, 2024
2 parents 709f29f + a363cbb commit 45a2472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build images
run: make images
Expand Down

0 comments on commit 45a2472

Please sign in to comment.