fix: docker login was still using local IP
Build and Push Docker Image / build-and-push (push) Failing after 1m20s

This commit is contained in:
2026-03-06 01:12:48 +00:00
parent 50adb4435c
commit 1f3196b317
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
- name: Log in to Gitea Container Registry
run: |
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login 10.0.1.10 -u "${{ gitea.actor }}" --password-stdin
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login gitea.leeworks.dev -u "${{ gitea.actor }}" --password-stdin
- name: Build Docker image
run: |