CHORE(merge): merge branch develop
- Sync main with develop branch - Apply development changes
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
run: |
|
||||
echo "${{ github.token }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
|
||||
echo "${{ secrets.GITEAREGISTRY }}" | docker login ${{ env.REGISTRY }} -u bluemayne --password-stdin
|
||||
|
||||
- name: Lowercase repository name
|
||||
id: lowercase
|
||||
|
||||
@@ -22,7 +22,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: todo-app
|
||||
image: ghcr.io/mayne0213/todo:latest
|
||||
image: gitea0213.kro.kr/bluemayne/todo:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
||||
@@ -11,6 +11,6 @@ commonLabels:
|
||||
app.kubernetes.io/component: web
|
||||
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/todo
|
||||
- name: gitea0213.kro.kr/bluemayne/todo
|
||||
newTag: latest
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@ commonLabels:
|
||||
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/todo
|
||||
newTag: develop-sha-b83703fe8a6585b25084fcb2ce4cb54b6f980d9c
|
||||
- name: gitea0213.kro.kr/bluemayne/todo
|
||||
newTag: develop-sha-1a8d8cf79051d01d29c83356d54f318ab20fdc51
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
Reference in New Issue
Block a user