Skip to content

Commit 042aa0e

Browse files
committed
[buildx] fix typo
1 parent 19c077a commit 042aa0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildx/plugin/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ pub fn publish(args: String) -> FnResult<String> {
165165
let stdout = dag()
166166
.pipeline("publish")?
167167
.pkgx()?
168-
.with_exec(vec!["pkgm," "install", "docker"])?
168+
.with_exec(vec!["pkgm", "install", "docker"])?
169169
.with_exec(vec!["echo $REGISTRY_PASSWORD | docker login $REGISTRY_URL -u $REGISTRY_USER --password-stdin"])?
170170
.with_exec(vec!["docker", "push", &args])?
171171
.stdout()?;

0 commit comments

Comments
 (0)