Also tag images as latest
This commit is contained in:
parent
0fbc5c8d8d
commit
9047f4cc9d
1 changed files with 1 additions and 0 deletions
|
@ -19,4 +19,5 @@ gitrev=$(git rev-parse HEAD)
|
||||||
|
|
||||||
docker load < $image
|
docker load < $image
|
||||||
docker tag $imagename:$imagetag git.kun.is/home/$name:$gitrev
|
docker tag $imagename:$imagetag git.kun.is/home/$name:$gitrev
|
||||||
|
docker tag $imagename:$imagetag git.kun.is/home/$name:latest
|
||||||
docker push git.kun.is/home/$name:$gitrev
|
docker push git.kun.is/home/$name:$gitrev
|
||||||
|
|
Reference in a new issue