Skip to content

Commit 521ea9d

Browse files
committed
Bump actions to v9.0.2
1 parent 5c48289 commit 521ea9d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

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

88
jobs:
99
call-workflow:
10-
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v8.0.5
10+
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v9.0.2
1111
with:
1212
repo_owner: "thespad"
1313
baseimage: "alpine"
1414
basebranch: "edge"
1515
app_name: "dive"
16+
branch_name: "main"
1617
secrets:
1718
repo_scoped_token: ${{ secrets.repo_scoped_token }}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
call-workflow:
11-
uses: thespad/actions/.github/workflows/build-image.yml@v8.0.5
11+
uses: thespad/actions/.github/workflows/build-image.yml@v9.0.2
1212
with:
1313
repo_owner: "thespad"
1414
app_name: "dive"
@@ -17,5 +17,6 @@ jobs:
1717
dockerhub_user: "thespad"
1818
target-arch: "64"
1919
sign_image: false
20+
branch_name: "main"
2021
secrets:
2122
dockerhub_password: ${{ secrets.DOCKER_PASSWORD }}

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

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

88
jobs:
99
call-workflow:
10-
uses: thespad/actions/.github/workflows/check-and-release.yml@v8.0.5
10+
uses: thespad/actions/.github/workflows/check-and-release.yml@v9.0.2
1111
with:
1212
repo_owner: "thespad"
1313
app_name: "dive"
1414
release_type: "github"
1515
release_url: "https://api.github.com/repos/wagoodman/dive"
1616
dockerhub_user: "thespad"
17+
branch_name: "main"
1718
secrets:
1819
repo_scoped_token: ${{ secrets.repo_scoped_token }}
1920
dockerhub_password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)