Skip to content

Commit f636151

Browse files
committed
Fetch tags for gisnav image so that docs can be built inside it [skip ci]
1 parent 212e5be commit f636151

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push_gisnav_images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/checkout@v3
2626
with:
2727
path: colcon_ws/src/gisnav
28+
fetch-depth: 0 # need for building docs (conf.py git describe)
29+
fetch-tags: True # need for building docs (conf.py git describe)
2830

2931
- name: Login to GHCR
3032
uses: docker/login-action@v2

0 commit comments

Comments
 (0)