fix(ci): replace hardcoded cs_carl username and fix kustomize image rename syntax

- Replace hardcoded 'cs_carl' Gitea registry username with '${{ github.actor }}' in all 5 login steps
- Use kustomize 'OLD=NEW:TAG' rename syntax so existing ghcr.io image entries are updated instead of duplicated

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
cartsnitch-ci[bot]
2026-05-23 14:27:24 +00:00
parent 555ced4fdc
commit 821f1d20b3
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: cs_carl
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Extract metadata