1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

changed order of docker pipe

This commit is contained in:
Carlos Alexandro Becker 2017-09-16 15:39:12 -03:00
parent 71cef9553f
commit 0a3ab87377
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -35,8 +35,8 @@ var pipes = []pipeline.Pipe{
fpm.Pipe{}, // archive via fpm (deb, rpm, etc)
snapcraft.Pipe{}, // archive via snapcraft (snap)
checksums.Pipe{}, // checksums of the files
release.Pipe{}, // release to github
docker.Pipe{}, // create and push docker images
release.Pipe{}, // release to github
brew.Pipe{}, // push to brew tap
}