Skip to content

Commit 1975cbf

Browse files
committed
fix(docker): use insecure policy for scopeo
1 parent 1546749 commit 1975cbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/docker.rs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub fn push(
1010
) -> Result<(), BuilderError> {
1111
Command::new("skopeo")
1212
.args([
13+
"--insecure-policy",
1314
"copy",
1415
&format!("docker-archive:{location}"),
1516
&format!("docker://{registry}/{name}:latest"),

0 commit comments

Comments
 (0)