Browse Source

add simple workflow

Noah Vogt 1 year ago
parent
commit
fa3390c671
1 changed files with 6 additions and 0 deletions
  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
 ## Discussion
 Matrix room: [#whatsapp:maunium.net](https://matrix.to/#/#whatsapp:maunium.net)
 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