You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears you need to run docker login prior to pushing to hub.docker.com.
Would it be possible to integrate this in the plugin? Currently push will fail with following error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':buildDocker'.
> Docker execution failed
Command line [docker push image/example:1.0] returned:
denied: requested access to the resource is denied
It appears you need to run
docker login
prior to pushing to hub.docker.com.Would it be possible to integrate this in the plugin? Currently push will fail with following error:
Task configuration is like this:
I haven't tried with
useApi=true
as yet as that was giving a different error.The text was updated successfully, but these errors were encountered: