abrt / faf

Platform for collection and analysis of packages and package crashes
GNU General Public License v3.0
46 stars 47 forks source link

dockerfile: Fix build stage #949

Closed mkutlak closed 3 years ago

mkutlak commented 3 years ago

With COPY . /src in the Dockerfile it assumed that origin was pointing to https://github.com/abrt/faf.git.

If that wasn't true (like in my case, origin=git@github.com:abrt/faf.git) tito build didn't have permissions (ssh key) to check the remote repo and failed with Tag does not exist in remote git repo.

mkutlak commented 3 years ago

Relevant: #948