To make it available, you need to create two secrets DOCKERHUB_USERNAME and DOCKERHUB_TOKEN, the value of DOCKERHUB_USERNAME is your Docker Hub username, in this case it might be thewhiteh4t, the value of DOCKERHUB_TOKEN requires you to create an access token on Docker Hub, you can refer to the link here https://docs.docker.com/docker-hub/access-tokens/#create-an-access-token
The image on Docker Hub has not been updated for over a year.
Now Docker Hub free account does not support automatic build, we need to trigger build through GitHub action.
So I added this GitHub action, here's the content reference https://github.com/docker/build-push-action#git-context
To make it available, you need to create two secrets
DOCKERHUB_USERNAME
andDOCKERHUB_TOKEN
, the value ofDOCKERHUB_USERNAME
is your Docker Hub username, in this case it might bethewhiteh4t
, the value ofDOCKERHUB_TOKEN
requires you to create an access token on Docker Hub, you can refer to the link here https://docs.docker.com/docker-hub/access-tokens/#create-an-access-tokenRefer: https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository