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:
parent
3e63daf6fe
commit
73a7639472
5 changed files with 20 additions and 20 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -8,4 +8,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Run commitsar
|
||||
uses: docker://commitsar/commitsar
|
||||
uses: docker://aevea/commitsar
|
||||
|
|
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
|
||||
|
|
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue