helpers: Also push versioned image to Docker

This commit is contained in:
Alexander Neumann 2021-02-15 20:08:30 +01:00
parent bb53fcfc0d
commit 12f0ccc237
1 changed files with 1 additions and 1 deletions

View File

@ -473,5 +473,5 @@ func main() {
msg("done, output dir is %v", opts.OutputDir)
msg("now run:\n\ngit push --tags origin master\ndocker push restic/restic\n")
msg("now run:\n\ngit push --tags origin master\ndocker push restic/restic:latest\ndocker push restic/restic:%s\n", opts.Version)
}