forked from TrueCloudLab/restic
script/release: Tag versioned docker image
This commit is contained in:
parent
a3d43a92b3
commit
b63de7c798
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ func updateDocker() {
|
||||||
run("sh", "-c", cmd)
|
run("sh", "-c", cmd)
|
||||||
run("chmod", "+x", "restic")
|
run("chmod", "+x", "restic")
|
||||||
run("docker", "build", "--rm", "--tag", "restic/restic:latest", "-f", "docker/Dockerfile", ".")
|
run("docker", "build", "--rm", "--tag", "restic/restic:latest", "-f", "docker/Dockerfile", ".")
|
||||||
|
run("docker", "tag", "restic/restic:latest", "restic/restic:"+opts.Version)
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in a new issue