actinia-org / actinia-docker

Various Dockerimages and docker-compose configs for actinia (see also https://hub.docker.com/r/mundialis/actinia/tags and https://hub.docker.com/r/mundialis/actinia-core/tags)
GNU General Public License v3.0
2 stars 3 forks source link

Add git fetch depth to action #45

Closed mmacata closed 1 year ago

mmacata commented 1 year ago

The docker pipeline currently fails for latest build with

 > [version 5/5] RUN git describe --dirty --tags --long --first-parent > /actinia-docker-version.txt:
232
#0 0.091 fatal: No names found, cannot describe anything.

This PR tries to solve this.