Skip to content

Commit

Permalink
Merge pull request #20 from thespad/v7-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Apr 22, 2023
2 parents 0ae7bb8 + 1b25e87 commit 5d8ff60
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: "thespad"
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 @@ -7,7 +7,7 @@ on:

jobs:
call-workflow:
uses: thespad/actions/.github/workflows/build-image.yml@v6
uses: thespad/actions/.github/workflows/build-image.yml@v7
with:
repo_owner: "thespad"
app_name: "dive"
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,11 +7,13 @@ 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: "thespad"
app_name: "dive"
release_type: "github"
release_url: "https://api.github.com/repos/wagoodman/dive"
dockerhub_user: "thespad"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}
dockerhub_password: ${{ secrets.docker_password }}

0 comments on commit 5d8ff60

Please sign in to comment.