Dockerhub automated builds, buildkit secrets and ssh forwarding

I have a Dockerfile in a github repo the building of which I am trying to automate. I have been using the experimental build secrets capability to handle ssh forwarding for my local builds. Is it necessary to remove the use of build secrets, particularly for ssh forwarding, for automated builds on Dockerhub?

1 Like