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
When using Docker, push image command fails because
the push_args var is interpreted as empty string, Docker
reject it as invalid variable and fails with the following error:
$ docker push '' localhost:5000/ovn-daemonset-fedora:latest
docker: 'docker push' requires 1 argument
Remove the push_args wrapping quotes.
Signed-off-by: Or Mergi <[email protected]>
0 commit comments