added key bindings for pushing, pulling and tagging an image

Signed-off-by: 26tanishabanik <26tanishabanik@gmail.com>
This commit is contained in:
26tanishabanik 2022-12-02 02:15:22 +05:30
parent 7ba2c45a3a
commit 16df6d594c

View file

@ -213,7 +213,7 @@ func (gui *Gui) handleImagePush(g *gocui.Gui, v *gocui.View) error {
if value != "" {
options := []*pushImageOption{
{
description: gui.Tr.ImagePull,
description: gui.Tr.ImagePush,
command: "docker push " + value,
configOptions: dockerTypes.ImagePushOptions{},
},