working commit
This commit is contained in:
@@ -69,7 +69,7 @@ func TestImageLife(t *testing.T) {
|
||||
fmt.Printf("=== PushImage ===\n")
|
||||
cli := NewClient()
|
||||
ctx := context.Background()
|
||||
err := cli.PushImage(ctx, "test-oci.img", srvaddr+"/foo/testapp:v123", 1*time.Second)
|
||||
err := cli.PushImage(ctx, "test-oci.img", srvaddr+"/foo/test:123", 1*time.Second)
|
||||
require.NoError(t, err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user