chore(ci): push images via git.schweitz.net registry
Test, Build and Push / test-gateway (push) Successful in 59s
Test, Build and Push / release (push) Skipped
Test, Build and Push / build-gateway (push) Skipped

The .internal registry domain is being retired; git.schweitz.net now
serves the registry without SSO on /v2/.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 11:09:59 +02:00
co-authored by Claude Fable 5
parent ccb46d45b4
commit c4770194d9
+3 -3
View File
@@ -49,7 +49,7 @@ jobs:
- name: Login to Gitea Registry
uses: docker/login-action@v3
with:
registry: git.schweitz.internal
registry: git.schweitz.net
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
@@ -61,8 +61,8 @@ jobs:
provenance: false
sbom: false
tags: |
git.schweitz.internal/jpmschweitzer/desklock-gateway:latest
git.schweitz.internal/jpmschweitzer/desklock-gateway:${{ github.ref_name }}
git.schweitz.net/jpmschweitzer/desklock-gateway:latest
git.schweitz.net/jpmschweitzer/desklock-gateway:${{ github.ref_name }}
- name: Trigger Watchtower update
if: success()