REFACTOR(auth): use gitearegistry secret

- Change to gitearegistry secret for authentication
- Update registry credentials
This commit is contained in:
2025-12-20 13:04:10 +09:00
parent c411a6499b
commit 673921be5c
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
run: | run: |
echo "${{ secrets.GITEA }}" | docker login ${{ env.REGISTRY }} -u bluemayne --password-stdin echo "${{ secrets.GITEAREGISTRY}}" | docker login ${{ env.REGISTRY }} -u bluemayne --password-stdin
- name: Lowercase repository name - name: Lowercase repository name
id: lowercase id: lowercase
@@ -121,7 +121,7 @@ jobs:
- name: Update kustomization with new image tag - name: Update kustomization with new image tag
env: env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_TOKEN: ${{ secrets.GITEAREGISTRYTOKEN }}
run: | run: |
git config --global user.name "gitea-actions[bot]" git config --global user.name "gitea-actions[bot]"
git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com" git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com"

View File

@@ -14,7 +14,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/jovies - name: ghcr.io/mayne0213/jovies
newTag: develop-sha-be01ba679bb808ae818affd205b2194a42e67103 newTag: develop-sha-2e9b27379f5556743af359fe5024cd22c957166d
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml