Skip to content

Commit

Permalink
Merge pull request #10 from TheSpad/bump-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Feb 9, 2022
2 parents 920e2f1 + 56ce3be commit bf96623
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/called-bakebuild.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/bakebuild.yml@v3
uses: thespad/actions/.github/workflows/bakebuild.yml@v4
with:
repo_owner: ${{ github.repository_owner }}
app_name: "py-kms"
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/called-baseimage-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check for base image updates
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

jobs:
call-workflow:
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v4
with:
repo_owner: ${{ github.repository_owner }}
baseimage: alpine
email: git@spad.co.uk
app_name: "py-kms"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}
2 changes: 1 addition & 1 deletion .github/workflows/called-ci.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/ci.yml@v3
uses: thespad/actions/.github/workflows/ci.yml@v4
with:
repo_owner: ${{ github.repository_owner }}
app_name: "py-kms"
Expand Down
1 change: 1 addition & 0 deletions release-versions/lsiobase-alpine-latest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.15-6faecbac-ls6

0 comments on commit bf96623

Please sign in to comment.