2 Commits
Author SHA1 Message Date
Neru_Han b4aba64c8d chore: add .clinecontext to .gitignore
Build and Push Docker Image / build-and-push (push) Failing after 4m40s
2026-08-21 16:22:38 +09:00
Neru_Han 8b06fde06e ci: remove hardcoded registry url in docker build workflow 2026-08-21 16:13:52 +09:00
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: git.nrh.kr
registry: ${{ secrets.DOCKER_REGISTRY || 'gitea.example.com' }}
username: ${{ gitea.actor }}
password: ${{ secrets.CI_TOKEN }}
@@ -28,4 +28,4 @@ jobs:
with:
context: .
push: true
tags: git.nrh.kr/${{ gitea.repository }}:latest
tags: ${{ secrets.DOCKER_REGISTRY || 'gitea.example.com' }}/${{ gitea.repository }}:latest
+3
View File
@@ -17,3 +17,6 @@ out/
*.pem
npm-debug.log*
chamgojaryo/
# local memory & ai context
.clinecontext