Revert "Push server image to local registry instead of git.thumeit.com"

This reverts commit 8ae09f238b.
This commit is contained in:
2026-07-23 17:17:46 -04:00
parent 49794b4973
commit afbe9db409
3 changed files with 10 additions and 26 deletions
+4 -9
View File
@@ -17,15 +17,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to local Gitea Container Registry
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with:
# Pushed here instead of git.thumeit.com (still the source repo,
# just not the image registry anymore) -- since whiteboard mode
# added Node + native resvg bindings, the image grew past
# Cloudflare's payload-size limit in front of that host and
# every push 413'd. This LAN address has nothing in front of it.
registry: 10.0.0.246:3000
registry: git.thumeit.com
username: tfaour
password: ${{ secrets.REGISTRY_TOKEN }}
@@ -35,5 +30,5 @@ jobs:
context: ./server
push: true
tags: |
10.0.0.246:3000/tfaour/espresso-frame-server:latest
10.0.0.246:3000/tfaour/espresso-frame-server:${{ gitea.sha }}
git.thumeit.com/tfaour/espresso-frame-server:latest
git.thumeit.com/tfaour/espresso-frame-server:${{ gitea.sha }}