From 548785953828813fae1ad9fa93e618c9699dddd1 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 26 Oct 2022 17:51:23 -0700 Subject: [PATCH] Add TODO note about pushing to Docker Hub --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5c6c97c..65f72c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,4 +15,9 @@ steps: tags: latest username: scubbo password: - from_secret: gitea_password \ No newline at end of file + 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.