mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 17:57:42 +02:00
TSK-879: Fix empty assignee selection (#2774)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo "Tagging release $1 with version $2"
|
||||
docker tag "$1" "$1:$2"
|
||||
docker push "$1:$2"
|
||||
Reference in New Issue
Block a user