This commit is contained in:
parent
a88a1e89de
commit
8405db521b
@ -15,14 +15,14 @@ jobs:
|
|||||||
- name: Build and Push with Kaniko
|
- name: Build and Push with Kaniko
|
||||||
uses: aevea/action-kaniko@master
|
uses: aevea/action-kaniko@master
|
||||||
with:
|
with:
|
||||||
image: ${{ gitea.repository }}
|
image: camelia-studio/gachamelia
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
registry: git.crystalyx.net
|
registry: git.crystalyx.net
|
||||||
tag: ${{ gitea.ref_name }}
|
tag: ${{ gitea.ref_name }}
|
||||||
tag_with_latest: true
|
tag_with_latest: true
|
||||||
cache: true
|
cache: true
|
||||||
cache_registry: git.crystalyx.net/${{ gitea.repository }}/cache
|
cache_registry: git.crystalyx.net/camelia-studio/Gachamelia/cache
|
||||||
extra_args: |
|
extra_args: |
|
||||||
--snapshot-mode=redo
|
--snapshot-mode=redo
|
||||||
--use-new-run
|
--use-new-run
|
||||||
|
Loading…
Reference in New Issue
Block a user