From 16df6d594c4d9b6b487d0385906f0a9f1dd7bc48 Mon Sep 17 00:00:00 2001 From: 26tanishabanik <26tanishabanik@gmail.com> Date: Fri, 2 Dec 2022 02:15:22 +0530 Subject: [PATCH] added key bindings for pushing, pulling and tagging an image Signed-off-by: 26tanishabanik <26tanishabanik@gmail.com> --- pkg/gui/images_panel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gui/images_panel.go b/pkg/gui/images_panel.go index 7ad13d0b..14b35adc 100644 --- a/pkg/gui/images_panel.go +++ b/pkg/gui/images_panel.go @@ -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{}, },