Skip to content

Commit 1ce6abb

Browse files
committed
DO NOT MERGE: Break again
Signed-off-by: Miloslav Trmač <[email protected]>
1 parent e2814b6 commit 1ce6abb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/domain/infra/abi/artifact.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ func (ir *ImageEngine) ArtifactPush(ctx context.Context, name string, opts entit
181181
Architecture: "",
182182
OS: "",
183183
Variant: "",
184-
Username: opts.Username,
185-
Password: opts.Password,
186-
IdentityToken: "",
187-
Writer: opts.Writer,
184+
// Username: opts.Username,
185+
// Password: opts.Password,
186+
IdentityToken: "",
187+
Writer: opts.Writer,
188188
}
189189
artifactDigest, err := artStore.Push(ctx, name, name, copyOpts)
190190
if err != nil {

0 commit comments

Comments
 (0)