Skip to content

Commit

Permalink
Merge pull request #750 from paketo-buildpacks/dockerhub
Browse files Browse the repository at this point in the history
Fixed issue with dockerhub format causing login step to be added
  • Loading branch information
Daniel Mikusa authored Jul 13, 2022
2 parents 2989fa8 + e42ce37 commit 430c194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octo/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func ContributeTest(descriptor Descriptor) (*Contribution, error) {
}

for _, repo := range descriptor.Package.Repositories {
if !strings.Contains(repo, "paketo-buildpacks") {
if !strings.Contains(repo, "paketo-buildpacks") && !strings.Contains(repo, "paketobuildpacks") {
j.Steps = append(NewDockerCredentialActions(descriptor.DockerCredentials), j.Steps...)
}
}
Expand Down

0 comments on commit 430c194

Please sign in to comment.