mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
move tag to job
This commit is contained in:
parent
b722f809e7
commit
e43ff2f6f2
5 changed files with 32 additions and 25 deletions
|
@ -1120,7 +1120,7 @@ func TestDeleteImages(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
|
||||
if err := srv.ContainerTag(unitTestImageName, "test", "test", false); err != nil {
|
||||
if err := eng.Job("tag", unitTestImageName, "test", "test").Run(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
images, err := srv.Images(false, "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue