Browse Source

add simple workflow

Noah Vogt 1 năm trước cách đây
mục cha
commit
fa3390c671
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      README.md

+ 6 - 0
README.md

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