Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4aba64c8d | ||
|
|
8b06fde06e |
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.nrh.kr
|
registry: ${{ secrets.DOCKER_REGISTRY || 'gitea.example.com' }}
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.CI_TOKEN }}
|
password: ${{ secrets.CI_TOKEN }}
|
||||||
|
|
||||||
@@ -28,4 +28,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: git.nrh.kr/${{ gitea.repository }}:latest
|
tags: ${{ secrets.DOCKER_REGISTRY || 'gitea.example.com' }}/${{ gitea.repository }}:latest
|
||||||
|
|||||||
@@ -17,3 +17,6 @@ out/
|
|||||||
*.pem
|
*.pem
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
chamgojaryo/
|
chamgojaryo/
|
||||||
|
|
||||||
|
# local memory & ai context
|
||||||
|
.clinecontext
|
||||||
|
|||||||
Reference in New Issue
Block a user