fix: changed container endpoint from local IP to
Build and Push Docker Image / build-and-push (push) Failing after 1m35s

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 - name: Determine image tags
id: tags id: tags
run: | run: |
REGISTRY="10.0.1.10" REGISTRY="gitea.leeworks.dev"
REPO_OWNER="${{ gitea.repository_owner }}" REPO_OWNER="${{ gitea.repository_owner }}"
REPO_NAME="${{ gitea.repository }}" REPO_NAME="${{ gitea.repository }}"