mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-10 09:30:01 +02:00
chore: Rename organization to aevea
This commit is contained in:
parent
3e63daf6fe
commit
73a7639472
5 changed files with 20 additions and 20 deletions
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
|
||||
- name: GitHub Package Registry
|
||||
uses: outillage/kaniko-action@master
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
registry: docker.pkg.github.com
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -18,10 +18,10 @@ jobs:
|
|||
cache_registry: cache
|
||||
|
||||
- name: Dockerhub
|
||||
uses: outillage/kaniko-action@master
|
||||
uses: aevea/action-kaniko@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