mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
added key bindings for pushing, pulling and tagging an image
Signed-off-by: 26tanishabanik <26tanishabanik@gmail.com>
This commit is contained in:
parent
7ba2c45a3a
commit
16df6d594c
1 changed files with 1 additions and 1 deletions
|
|
@ -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{},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue