feat(ci): Add kaniko build GitHub action
This commit is contained in:
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@@ -16,3 +16,21 @@ jobs:
|
||||
uses: docker://commitsar/release-notary
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: GitHub Package Registry
|
||||
uses: outillage/kaniko-action@master
|
||||
with:
|
||||
registry: docker.pkg.github.com
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
image: kaniko
|
||||
cache: true
|
||||
cache_registry: cache
|
||||
|
||||
- name: Dockerhub
|
||||
uses: outillage/kaniko-action@master
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
image: outillage/kaniko
|
||||
cache: true
|
||||
cache_registry: outillage/cache
|
||||
|
||||
Reference in New Issue
Block a user