Skip to content

Commit

Permalink
Update workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Feb 6, 2025
1 parent 2282f73 commit d66d771
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -7,7 +7,7 @@ on:

jobs:
call-workflow:
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v8
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v8.0.5
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 @@ -8,7 +8,7 @@ on:

jobs:
call-workflow:
uses: thespad/actions/.github/workflows/build-image.yml@v8
uses: thespad/actions/.github/workflows/build-image.yml@v8.0.5
with:
repo_owner: "thespad"
app_name: "py-kms"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-check-and-release.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/check-and-release.yml@v8
uses: thespad/actions/.github/workflows/check-and-release.yml@v8.0.5
with:
repo_owner: "thespad"
app_name: "py-kms"
Expand Down

0 comments on commit d66d771

Please sign in to comment.