Patch Docker build
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m57s

This commit is contained in:
Melaine Gérard 2024-11-28 09:53:23 +01:00
parent 5f6384fa32
commit 8f610fe94a

View File

@ -16,8 +16,8 @@ jobs:
uses: aevea/action-kaniko@master uses: aevea/action-kaniko@master
with: with:
image: camelia-studio/gachamelia image: camelia-studio/gachamelia
username: ${{ secrets.REGISTRY_USERNAME }} username: camelia
password: ${{ secrets.REGISTRY_PASSWORD }} password: camelia
registry: git.crystalyx.net registry: ${{ secrets.REGISTRY_SERVER }}
tag: ${{ gitea.ref_name }} tag: ${{ gitea.ref_name }}
tag_with_latest: true tag_with_latest: true