Skip to content

Commit 5d8ff60

Browse files
authored
Merge pull request #20 from thespad/v7-actions
2 parents 0ae7bb8 + 1b25e87 commit 5d8ff60

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/call-baseimage-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
call-workflow:
9-
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v6
9+
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v7
1010
with:
1111
repo_owner: "thespad"
1212
baseimage: "alpine"

.github/workflows/call-build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-workflow:
10-
uses: thespad/actions/.github/workflows/build-image.yml@v6
10+
uses: thespad/actions/.github/workflows/build-image.yml@v7
1111
with:
1212
repo_owner: "thespad"
1313
app_name: "dive"

.github/workflows/call-check-and-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ on:
77

88
jobs:
99
call-workflow:
10-
uses: thespad/actions/.github/workflows/check-and-release.yml@v6
10+
uses: thespad/actions/.github/workflows/check-and-release.yml@v7
1111
with:
1212
repo_owner: "thespad"
1313
app_name: "dive"
1414
release_type: "github"
1515
release_url: "https://api.github.com/repos/wagoodman/dive"
16+
dockerhub_user: "thespad"
1617
secrets:
1718
repo_scoped_token: ${{ secrets.repo_scoped_token }}
19+
dockerhub_password: ${{ secrets.docker_password }}

0 commit comments

Comments
 (0)