mozilla-services / Dockerflow

Cloud Services Dockerflow specification
Apache License 2.0
195 stars 28 forks source link

Redundant login to Dockerhub during build job #64

Open toufali opened 2 years ago

toufali commented 2 years ago

I'm trying to understand the need for Login to Dockerhub in the build job. It doesn't appear that anything is posted to Dockerhub until the deploy job, where a second login is initiated. Is the first login a redundant step?