Skip to content

Commit

Permalink
Chaed License
Browse files Browse the repository at this point in the history
  • Loading branch information
expaso committed Sep 1, 2024
1 parent b8e56a6 commit 90c1da6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
with:
repository: "hassos-addonsx"
repository: "hassos-addons"
repository_edge: "hassos-addons-edge"
repository_beta: "hassos-addons-beta"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [PostgreSql 16.3](https://www.postgresql.org/) & [Postgis 3.4.2](https://postgis.net/) & [TimescaleDB 2.16.1](https://www.timescale.com/) & [TimescaleDB Toolkit 1.18.0](https://github.com/timescale/timescaledb-toolkit) & [pgAgent 4.2.2](https://www.pgadmin.org/docs/pgadmin4/development/pgagent.html)

<a href="https://www.buymeacoffee.com/expaso" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
<a href="https://www.buymeacoffee.com/expaso" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>

## PostgreSQL Overview

Expand Down
4 changes: 2 additions & 2 deletions timescaledb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ LABEL \
org.opencontainers.image.description="Home Assistant Add-on: TimescaleDb" \
org.opencontainers.image.vendor="Expaso BV" \
org.opencontainers.image.authors="Hans van Essen <hans@expaso.nl>" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://hub.docker.com/repository/docker/husselhans/hassos-addon-timescaledb-${BUILD_ARCH}/general" \
org.opencontainers.image.licenses="Apache 2.0" \
org.opencontainers.image.url="https://ghcr.io/expaso/timescaledb/${BUILD_ARCH}:" \
org.opencontainers.image.source="https://github.com/expaso/hassos-addon-timescaledb" \
org.opencontainers.image.documentation="https://github.com/expaso/hassos-addon-timescaledb/blob/master/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
Expand Down

0 comments on commit 90c1da6

Please sign in to comment.