We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6030029 commit f0724e4Copy full SHA for f0724e4
pkg/domain/infra/tunnel/artifact.go
@@ -57,6 +57,7 @@ func (ir *ImageEngine) ArtifactRm(_ context.Context, opts entities.ArtifactRemov
57
removeOptions := artifacts.RemoveOptions{
58
All: &opts.All,
59
Artifacts: opts.Artifacts,
60
+ Ignore: &opts.Ignore,
61
}
62
63
return artifacts.Remove(ir.ClientCtx, "", &removeOptions)
0 commit comments