1
0
Fork 0
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:
Simon Prochazka 2020-04-25 23:23:21 +02:00
parent 3e63daf6fe
commit 1ebd971080
4 changed files with 18 additions and 18 deletions

View file

@ -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