Skip to content

Commit

Permalink
Merge pull request #12 from TheSpad/actions-v5
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Mar 21, 2022
2 parents dabfa98 + 32e8cc0 commit bbd1908
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:

jobs:
call-workflow:
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v4
uses: thespad/actions/.github/workflows/check-baseimage-update.yml@v5
with:
repo_owner: ${{ github.repository_owner }}
baseimage: alpine
email: [email protected]
baseimage: "alpine"
basebranch: "master"
app_name: "py-kms"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ on:
release:
types: [ published ]
pull_request:
branches:
- 'main'
types: [ assigned ]

jobs:
call-workflow:
uses: thespad/actions/.github/workflows/bakebuild.yml@v4
uses: thespad/actions/.github/workflows/build-image.yml@v5
with:
repo_owner: ${{ github.repository_owner }}
app_name: "py-kms"
release_type: "github_commit"
release_url: "https://api.github.com/repos/Py-KMS-Organization/py-kms/commits/master"
dockerhub_user: "thespad"
secrets:
dockerhub_password: ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:

jobs:
call-workflow:
uses: thespad/actions/.github/workflows/ci.yml@v4
uses: thespad/actions/.github/workflows/check-and-release.yml@v5
with:
repo_owner: ${{ github.repository_owner }}
app_name: "py-kms"
release_type: "script"
release_type: "github_commit"
release_url: "https://api.github.com/repos/Py-KMS-Organization/py-kms/commits/master"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}
1 change: 0 additions & 1 deletion release-versions/lsiobase-alpine-latest.txt

This file was deleted.

0 comments on commit bbd1908

Please sign in to comment.