Skip to content

Commit

Permalink
Auto update docker hub readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene-Sackers committed Jul 28, 2023
1 parent f4fade0 commit 6b9e103
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:

- name: Push docker image
run: docker push --all-tags renesackers/teslacamplayer

- name: Update docker hub readme
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: renesackers/teslacamplayer

windows-selfcontained:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# TeslaCamPlayer

[![Release](https://github.com/Rene-Sackers/TeslaCamPlayer/actions/workflows/release.yml/badge.svg)](https://github.com/Rene-Sackers/TeslaCamPlayer/actions/workflows/release.yml)

GitHub: https://github.com/Rene-Sackers/TeslaCamPlayer

A Blazor WASM application for easily viewing locally stored Tesla sentry & dashcam videos.

Works great in combination with [TeslaUSB](https://github.com/marcone/teslausb).
Expand Down

0 comments on commit 6b9e103

Please sign in to comment.