Add TODO note about pushing to Docker Hub

This commit is contained in:
Jack Jackson 2022-10-26 17:51:23 -07:00
parent 7d95942e9f
commit 5487859538

View File

@ -16,3 +16,8 @@ steps:
username: scubbo
password:
from_secret: gitea_password
# TODO - it would be nice to push to DockerHub here, too;
# but my DockerHub account has 2FA enabled, and `plugins/docker`
# does not seem to support Personal Access Tokens. If someone
# asks for it, I'll figure it out (and add some tests) - but, 'til
# then, YAGNI.