1
0
mirror of synced 2026-07-07 09:00:02 +00:00

devops: publish docker canary (#358)

This commit is contained in:
Yury Semikhatsky
2021-03-24 14:32:34 -07:00
committed by GitHub
parent d75a7d76a9
commit 866bf3587c
3 changed files with 36 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
echo "-- tagging: $2"
docker tag $1 $2
docker push $2