TSK-879: Fix empty assignee selection (#2774)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-03-20 15:15:53 +06:00
committed by GitHub
parent 6bdc76351a
commit db7ed8049e
3 changed files with 13 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
echo "Tagging release $1 with version $2"
docker tag "$1" "$1:$2"
docker push "$1:$2"