Skip to content

Commit 2704e6e

Browse files
authored
Merge pull request #99 from ckan/fix-publish-master
Fetch tags in git checkout to fix publish workflows
2 parents 6402858 + 19e3aa5 commit 2704e6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-docker-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4
25+
with:
26+
fetch-tags: true
2527

2628
- name: Set up Docker Buildx
2729
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)