Skip to content

Commit

Permalink
fix no-creds for skopeo
Browse files Browse the repository at this point in the history
  • Loading branch information
project0 committed May 2, 2023
1 parent 7109278 commit 94937fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/backend/skopeo.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (s *Skopeo) credArgs(creds Credentials, prefix string) []string {
}

if len(args) == 0 {
args = append(args, fmt.Sprintf("--%sno-creds", prefix), creds.Creds)
args = append(args, fmt.Sprintf("--%sno-creds", prefix))
}

return args
Expand Down

0 comments on commit 94937fa

Please sign in to comment.