Skip to content

Commit 3d03a57

Browse files
committed
chore(deploy): remove fetch-depth and fetch-tags
when triggered by a tag push, the checked out ref will be the tag
1 parent 673a10d commit 3d03a57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/docker-publish.yml

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
steps:
3939
- name: Checkout
4040
uses: actions/checkout@v4
41-
with:
42-
fetch-depth: 0
43-
fetch-tags: true
4441

4542
- uses: actions/setup-python@v5
4643
with:

0 commit comments

Comments
 (0)