traefik / whoami

Tiny Go server that prints os information and HTTP request to output
https://traefik.io
Apache License 2.0
1.04k stars 222 forks source link

Images not being pushed to docker hub #48

Closed adyanth closed 2 years ago

adyanth commented 2 years ago

The last update on docker hub seems to be 2 years ago. The GitHub actions seems to skip over the docker hub image push.

Context: I need the WHOAMI_PORT_NUMBER to be set, but the latest image on docker hub does not support that.

ldez commented 2 years ago

Hello,

the image is available on the Docker Hub https://hub.docker.com/repository/docker/traefik/whoami

The images are pushed to Docker Hub when a tag is created.

The image name is traefik/whoami not containous/whoami

adyanth commented 2 years ago

Ahh, looks like I missed that piece of info. Thanks so much!