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
with:
image: camelia-studio/gachamelia
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
registry: git.crystalyx.net
username: camelia
password: camelia
registry: ${{ secrets.REGISTRY_SERVER }}
tag: ${{ gitea.ref_name }}
tag_with_latest: true