Skip to content

Commit

Permalink
Merge pull request #99 from ckan/fix-publish-master
Browse files Browse the repository at this point in the history
Fetch tags in git checkout to fix publish workflows
  • Loading branch information
kowh-ai authored Dec 3, 2024
2 parents 6402858 + 19e3aa5 commit 2704e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 2704e6e

Please sign in to comment.