mirror of
https://github.com/octoleo/restic.git
synced 2025-04-06 07:11:50 +00:00
helpers: Also push versioned image to Docker
This commit is contained in:
parent
bb53fcfc0d
commit
12f0ccc237
@ -473,5 +473,5 @@ func main() {
|
|||||||
|
|
||||||
msg("done, output dir is %v", opts.OutputDir)
|
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)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user