Skip to content

Commit bb04a82

Browse files
committed
Update repo URL in GH workflows
1 parent 3456c17 commit bb04a82

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ body:
99
description: |
1010
Please search to see if an issue already exists for the bug you encountered:
1111
12-
- [Issues](https://github.com/adriankumpf/teslamate/issues?q=)
13-
- [Discussions](https://github.com/adriankumpf/teslamate/discussions)
12+
- [Issues](https://github.com/teslamate-org/teslamate/issues?q=)
13+
- [Discussions](https://github.com/teslamate-org/teslamate/discussions)
1414
1515
options:
1616
- label: I have searched the existing issues

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Community Support
4-
url: https://github.com/adriankumpf/teslamate/discussions
4+
url: https://github.com/teslamate-org/teslamate/discussions
55
about: Please ask and answer questions here.

.github/workflows/buildx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
platforms: ${{ matrix.platform }}
5858
labels: ${{ steps.meta.outputs.labels }}
5959
tags: ${{ steps.docker_meta.outputs.tags }}
60-
cache-from: type=registry,ref=ghcr.io/adriankumpf/teslamate:buildcache-${{ matrix.cache_id }}
61-
cache-to: type=registry,ref=ghcr.io/adriankumpf/teslamate:buildcache-${{ matrix.cache_id }},mode=max
60+
cache-from: type=registry,ref=ghcr.io/teslamate-org/teslamate:buildcache-${{ matrix.cache_id }}
61+
cache-to: type=registry,ref=ghcr.io/teslamate-org/teslamate:buildcache-${{ matrix.cache_id }},mode=max
6262
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
6363
- name: Export digest
6464
run: |

0 commit comments

Comments
 (0)