Ver Fonte

preface every workflow command with doas

Noah Vogt há 1 ano atrás
pai
commit
65402de6fd
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -20,5 +20,5 @@ 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
+	doas docker tag whatsapp:$TAG noahvogt/mautrix-whatsapp:$TAG
+	doas docker push noahvogt/mautrix-whatsapp:$TAG