Skip to content

Commit

Permalink
Use docker images for faster and more reliable installations of this …
Browse files Browse the repository at this point in the history
…addon (maorcc#5)

At last, I've fixed the issue that docker images were not created on the GitHub registry. The issue was in the GitHub repository settings.

Needed to adjust the github Actions configuration (Settings > Actions > General > Workflow > Read & Write)
  • Loading branch information
maorcc authored Nov 27, 2023
1 parent f82cb6d commit 706f452
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ jobs:

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
# uses: home-assistant/[email protected]
uses: maduxa/builder@master
uses: home-assistant/[email protected]
with:
args: |
${{ env.BUILD_ARGS }} \
Expand Down
10 changes: 9 additions & 1 deletion transmission/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).



## [1.2.3] - 2023-11-27

Use docker images for faster and more reliable installations of this addon.

### changes
None.


## [1.2.0] - 2023-11-26

Removed the option to configure the Transmission config-dir. This parameter is now hard coded to be the new
Expand Down
5 changes: 2 additions & 3 deletions transmission/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Transmission"
homeassistant: "2023.11.3"
description: "Transmission is a popular, fast, open-sourced BitTorrent client with an easy to use web UI."
url: "https://github.com/maorcc/hassio-addon-transmission/tree/main/transmission"
version: "1.2.2"
version: "1.2.3"
slug: "transmission"
init: false
arch:
Expand All @@ -22,5 +22,4 @@ ports:
9091/tcp: null
51413/tcp: 51413
51413/udp: 51413

# image: "ghcr.io/maorcc/{arch}-hassio-addon-transmission"
image: "ghcr.io/maorcc/{arch}-hassio-addon-transmission"

0 comments on commit 706f452

Please sign in to comment.