1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-05-08 16:50:01 +02:00

chore: Rename organization to aevea

This commit is contained in:
Simon Prochazka 2020-04-25 23:23:21 +02:00 committed by Alex Viscreanu
parent 3e63daf6fe
commit 73a7639472
No known key found for this signature in database
GPG key ID: 60A6BD7F046C850B
5 changed files with 20 additions and 20 deletions

View file

@ -8,4 +8,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run commitsar
uses: docker://commitsar/commitsar
uses: docker://aevea/commitsar

View file

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

View file

@ -13,12 +13,12 @@ jobs:
uses: actions/checkout@v1
- name: Release Notary Action
uses: docker://commitsar/release-notary
uses: docker://aevea/release-notary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: GitHub Package Registry
uses: outillage/kaniko-action@master
uses: aevea/action-kaniko@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/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