Skip to content

Commit 9986e9d

Browse files
committed
Merge branch 'lidarr-flac2mp3' of https://github.com/TheCaptain989/docker-mods into lidarr-flac2mp3
2 parents 3149b2c + 3dca0f6 commit 9986e9d

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/BuildImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
ENDPOINT: ${{ needs.set-vars.outputs.ENDPOINT }}
4343
BASEIMAGE: ${{ needs.set-vars.outputs.BASEIMAGE }}
4444
MODNAME: ${{ needs.set-vars.outputs.MODNAME }}
45-
MOD_VERSION: ${{ needs.set-vars.outputs.MOD_VERSION }}
45+
MOD_VERSION: ${{ needs.set-vars.outputs.MOD_VERSION }}

.github/workflows/call_issue_pr_tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
permissions:
1414
issues: write
1515
uses: linuxserver/github-workflows/.github/workflows/issue-pr-tracker.yml@v1
16-
secrets: inherit
16+
secrets: inherit

.github/workflows/permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77
- '**/check'
88
jobs:
99
permission_check:
10-
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
10+
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FROM scratch
1818
LABEL maintainer="TheCaptain989"
1919

2020
# Copy local files
21-
COPY --from=buildstage /root-layer/ /
21+
COPY --from=buildstage /root-layer/ /

root/usr/local/bin/flac2mp3-tags.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)