Fix CI
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m15s

This commit is contained in:
Melaine Gérard 2024-11-01 15:20:29 +01:00
parent a88a1e89de
commit 8405db521b

View File

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