瀏覽代碼

add workflow commands to readme

Noah Vogt 1 年之前
父節點
當前提交
906901ee21
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -17,3 +17,9 @@ contains a general overview of what is supported by the bridge.
 
 ## Discussion
 Matrix room: [#discord:maunium.net](https://matrix.to/#/#discord:maunium.net)
+
+## Workflow
+
+	doas docker build -t discord:$TAG .
+	doas docker tag discord:$TAG noahvogt/mautrix-discord:$TAG
+	doas docker push noahvogt/mautrix-discord:$TAG