You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tasks/DockerV1/Strings/resources.resjson/en-US/resources.resjson
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@
31
31
"loc.input.help.imageNamesPath": "Path to a text file that contains the names of the Docker images to tag or push. Each image name is contained on its own line.",
"loc.input.help.qualifySourceImageName": "Qualify the source image name with the Docker registry service connection's hostname if not otherwise specified.",
assert(tr.invokedToolCount==1,'should have invoked tool one times. actual: '+tr.invokedToolCount);
206
207
assert(tr.stderr.length==0||tr.errorIssues.length,'should not have written to stderr');
207
208
assert(tr.succeeded,'task should have succeeded');
208
-
assert(tr.stdout.indexOf(`[command]docker tag ajgtestacr1.azurecr.io/${shared.ImageNamesFileImageName} ajgtestacr1.azurecr.io/${shared.ImageNamesFileImageName}`)!=-1,"docker tag should run");
209
+
assert(tr.stdout.indexOf(`[command]docker tag ${shared.ImageNamesFileImageName} ajgtestacr1.azurecr.io/${shared.ImageNamesFileImageName}`)!=-1,"docker tag should run");
0 commit comments