Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: change publishers order a bit (#3473)
closes #3472
  • Loading branch information
caarlos0 committed Oct 18, 2022
1 parent c33f1ea commit 27cbbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pipe/publish/publish.go
Expand Up @@ -35,8 +35,8 @@ type Publisher interface {
var publishers = []Publisher{
blob.Pipe{},
upload.Pipe{},
custompublishers.Pipe{},
artifactory.Pipe{},
custompublishers.Pipe{},
docker.Pipe{},
docker.ManifestPipe{},
sign.DockerPipe{},
Expand Down

0 comments on commit 27cbbd8

Please sign in to comment.