fix: changed container endpoint from local IP to

This commit is contained in:
2026-03-06 01:02:01 +00:00
parent 7a317a0acd
commit 50adb4435c
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Determine image tags
id: tags
run: |
REGISTRY="10.0.1.10"
REGISTRY="gitea.leeworks.dev"
REPO_OWNER="${{ gitea.repository_owner }}"
REPO_NAME="${{ gitea.repository }}"