mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-13 11:00:01 +02:00
chore: rename to aevea
This commit is contained in:
parent
3e63daf6fe
commit
1ebd971080
4 changed files with 18 additions and 18 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: GitHub Package Registry
|
||||
uses: outillage/kaniko-action@master
|
||||
uses: aevea/kaniko-action@master
|
||||
with:
|
||||
registry: docker.pkg.github.com
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -27,10 +27,10 @@ jobs:
|
|||
cache_registry: cache
|
||||
|
||||
- name: Dockerhub
|
||||
uses: outillage/kaniko-action@master
|
||||
uses: aevea/kaniko-action@master
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
image: outillage/kaniko
|
||||
image: aevea/kaniko
|
||||
cache: true
|
||||
cache_registry: outillage/cache
|
||||
cache_registry: aevea/cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue