dundee / gdu

Fast disk usage analyzer with console interface written in Go
MIT License
3.8k stars 138 forks source link

docs: add tag to docker command example #317

Closed rare-magma closed 7 months ago

rare-magma commented 7 months ago

the auto docker image build workflow doesn't tag the latest images with latest so the example doesn't actually work:

docker run --rm --init --interactive --tty --privileged --volume /:/mnt/root ghcr.io/dundee/gdu /mnt/roo
Unable to find image 'ghcr.io/dundee/gdu:latest' locally
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (52079fe) 90.16% compared to head (6e4b05a) 89.95%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #317 +/- ## ========================================== - Coverage 90.16% 89.95% -0.21% ========================================== Files 31 31 Lines 3345 3345 ========================================== - Hits 3016 3009 -7 - Misses 267 272 +5 - Partials 62 64 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dundee commented 7 months ago

This will start working once I release the next version.