Skip to content

Commit

Permalink
feat: update project info
Browse files Browse the repository at this point in the history
  • Loading branch information
legovaer committed Oct 10, 2022
1 parent 0507fbe commit f85c5fc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -1,4 +1,5 @@
# Global Owner
* @legovaer
* @mKeRix

# Integration Owners
Expand Down
3 changes: 1 addition & 2 deletions .github/FUNDING.yml
@@ -1,2 +1 @@
github: mKeRix
ko_fi: mkerix
github: legovaer
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -67,10 +67,10 @@ jobs:
restore-keys: |
${{ runner.OS }}-buildx-
- name: Run Buildx
run: docker buildx build --cache-from "type=local,src=/tmp/.buildx-cache" --cache-to "type=local,dest=/tmp/.buildx-cache" --build-arg ROOM_ASSISTANT_VERSION=${{needs.release-npm.outputs.new_release_version}} --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 -t mkerix/room-assistant:${{needs.release-npm.outputs.new_release_version}} -t mkerix/room-assistant:$([[ "${{needs.release-npm.outputs.new_release_version}}" == *"beta"* ]] && echo "beta" || echo "latest") --push .
run: docker buildx build --cache-from "type=local,src=/tmp/.buildx-cache" --cache-to "type=local,dest=/tmp/.buildx-cache" --build-arg ROOM_ASSISTANT_VERSION=${{needs.release-npm.outputs.new_release_version}} --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 -t legovaer/room-assistant:${{needs.release-npm.outputs.new_release_version}} -t legovaer/room-assistant:$([[ "${{needs.release-npm.outputs.new_release_version}}" == *"beta"* ]] && echo "beta" || echo "latest") --push .
- name: Update description on DockerHub
uses: peter-evans/dockerhub-description@v2.4.3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: mkerix/room-assistant
repository: legovaer/room-assistant
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -2,11 +2,11 @@
<h3 align="center">Automation on the Room-Level</h3>

<p align="center">
<a href="https://www.npmjs.com/package/room-assistant">
<a href="https://www.npmjs.com/package/room-assistant2">
<img alt="npm" src="https://img.shields.io/npm/v/room-assistant">
</a>
<a href="https://codecov.io/gh/mKeRix/room-assistant">
<img alt="code coverage" src="https://codecov.io/gh/mKeRix/room-assistant/branch/master/graph/badge.svg" />
<a href="https://codecov.io/gh/legovaer/room-assistant2">
<img alt="code coverage" src="https://codecov.io/gh/legovaer/room-assistant2/branch/master/graph/badge.svg" />
</a>
<a href="https://github.com/semantic-release/semantic-release">
<img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "room-assistant",
"name": "room-assistant2",
"version": "2.20.0",
"description": "Presence tracking and more for automation on the room-level",
"author": "Heiko Rothe <me@heikorothe.com> (https://heikorothe.com)",
"author": "Levi Govaerts <legovaer@me.com>",
"license": "MIT",
"repository": "github:mKeRix/room-assistant",
"repository": "github:legovaer/room-assistant2",
"keywords": [
"smart home",
"home automation",
Expand All @@ -14,8 +14,8 @@
"thermopile"
],
"homepage": "https://www.room-assistant.io",
"bugs": "https://github.com/mKeRix/room-assistant/issues",
"funding": "https://github.com/mKeRix/room-assistant?sponsor=1",
"bugs": "https://github.com/legovaer/room-assistant2/issues",
"funding": "https://github.com/legovaer/room-assistant2?sponsor=1",
"bin": "./bin/room-assistant.js",
"main": "dist/src/main.js",
"types": "dist/src/main.d.ts",
Expand Down

0 comments on commit f85c5fc

Please sign in to comment.