We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1546749 commit 1975cbfCopy full SHA for 1975cbf
lib/src/docker.rs
@@ -10,6 +10,7 @@ pub fn push(
10
) -> Result<(), BuilderError> {
11
Command::new("skopeo")
12
.args([
13
+ "--insecure-policy",
14
"copy",
15
&format!("docker-archive:{location}"),
16
&format!("docker://{registry}/{name}:latest"),
0 commit comments