소스 검색

add workflow commands to readme

Noah Vogt 1 년 전
부모
커밋
577cb0088c
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md

+ 6 - 0
README.md

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