aica-technology / docker-images

Docker images and tools for ROS and AICA
MIT License
7 stars 1 forks source link

ci: fix version build argument #117

Closed domire8 closed 3 months ago

domire8 commented 3 months ago

Description

Yet another mistake I made. Saying that the build argument VERSION is equal to the GIT_TAG doesn't work since I changed the GIT_TAG to be empty for release candidates (we don't need git tags for those IMO). However, the VERSION build argument cannot be empty, otherwise the package builder complains about it.

Review guidelines

Estimated Time of Review: 3 minutes

Checklist before merging: