Skip to content

Commit

Permalink
Merge pull request #13 from thespad/v7-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Apr 21, 2023
2 parents 30f1d44 + 4175a44 commit ba6e185
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-baseimage-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
call-workflow:
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v6
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v7
with:
repo_owner: ${{ github.repository_owner }}
baseimage: "alpine"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
call-workflow:
uses: thespad/actions/.github/workflows/build-split-image.yml@v6
uses: thespad/actions/.github/workflows/build-split-image.yml@v7
with:
repo_owner: thespad
app_name: "whisparr"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/call-check-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:

jobs:
call-workflow:
uses: thespad/actions/.github/workflows/check-and-release.yml@v6
uses: thespad/actions/.github/workflows/check-and-release.yml@v7
with:
repo_owner: ${{ github.repository_owner }}
app_name: "whisparr"
release_type: "script"
prerelease: true
branch: nightly
dockerhub_user: "thespad"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}
dockerhub_password: ${{ secrets.docker_password }}

0 comments on commit ba6e185

Please sign in to comment.