Fix CI/CD push error: change registry to Gitea (git.savethenurse.com) instead of ghcr.io
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 30s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 30s
This commit is contained in:
@@ -6,9 +6,8 @@ on:
|
||||
- main
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
# We use github container registry for broader compatibility, or we can use Gitea's registry.
|
||||
# The user instruction said CI/CD deployment logic.
|
||||
REGISTRY: git.savethenurse.com
|
||||
# CI/CD 파이프라인이 동작하는 Gitea 서버 자체의 레지스트리로 변경합니다.
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user