We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e821efe commit 19c077aCopy full SHA for 19c077a
buildx/plugin/src/lib.rs
@@ -165,7 +165,7 @@ pub fn publish(args: String) -> FnResult<String> {
165
let stdout = dag()
166
.pipeline("publish")?
167
.pkgx()?
168
- .with_exec(vec!["pkgm, "install", "docker"])?
+ .with_exec(vec!["pkgm," "install", "docker"])?
169
.with_exec(vec!["echo $REGISTRY_PASSWORD | docker login $REGISTRY_URL -u $REGISTRY_USER --password-stdin"])?
170
.with_exec(vec!["docker", "push", &args])?
171
.stdout()?;
0 commit comments