Guenael / rtlsdr-wsprd

WSPR daemon for RTL receivers
GNU General Public License v3.0
112 stars 32 forks source link

Lowercase repository name #104

Closed snh closed 2 years ago

snh commented 2 years ago

The container image name needs to be lowercase to avoid the following error:

$ docker pull ghcr.io/Guenael/rtlsdr-wsprd:main
invalid reference format: repository name must be lowercase

Confirmed it works with lowercase:

$ docker pull ghcr.io/guenael/rtlsdr-wsprd:main
main: Pulling from guenael/rtlsdr-wsprd
968621624b32: Pull complete
d8fc8032a2e5: Pull complete
867a66624e86: Pull complete
9f18d8313274: Pull complete
5ad43376fc20: Pull complete
Digest: sha256:9e906c42245179bc4d0c708db6d5a7cf9d5911ec9d7a8fbf8e8dfcaae4cc8e2c
Status: Downloaded newer image for ghcr.io/guenael/rtlsdr-wsprd:main

Also made a small change to the example command to ensure the latest image is always used. This will only re-download it if it has changed.

Guenael commented 2 years ago

@snh I forget... Should I add a tag manually to link the latest package?

snh commented 2 years ago

@Guenael Your 0.5.0 release has taken care of it, latest now exists 🎉