Skip to content

Commit efbb055

Browse files
committed
fix: version tag in deployed images
1 parent 79aab25 commit efbb055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push-image.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
26+
with:
27+
fetch-depth: 0 # Fetch tags for setuptools_scm
2628

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

0 commit comments

Comments
 (0)