boyter / scc

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
MIT License
6.28k stars 250 forks source link

Fix docker image release #427

Closed lhoupert closed 5 months ago

lhoupert commented 5 months ago

Hi, Sorry I realised my previous pull request was wrong as the dockerfile was not relevant for a fork. I did some changes and tested, it seems to be working fine on my fork: https://github.com/lhoupert/scc/pkgs/container/scc

This should fix the github action. Each new release of scc should also create a tagged docker image

boyter commented 5 months ago

Thats alright. I was wondering about it, and then had some other things to deal with.

lhoupert commented 5 months ago

Close this one for https://github.com/boyter/scc/pull/428 (commits are more tidy :-))