Closed jkao97 closed 7 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
thanks James, so, we have removed docker pushes from both the tasks - build and promote? lgtm.. let's test with this
yeah build typically has a deploy stage that pushes to internal repositories. promote then takes the image from internal, retags and pushes to dockerhub. I've removed any pushes in both except for the image that is used in promote and dev-*
images.
Change Description
Testing tasks. Removed pushes that may conflict with the current build. Build only pushes packaging tag. Promotion takes packaging tag and retags (push has been removed for promotions)
Testing