forked from maorcc/hassio-addon-transmission
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use docker images for faster and more reliable installations of this …
…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
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters