fix: push engine image to registry.samnet.dev instead of ghcr.io

This commit is contained in:
SamNet-dev
2026-02-25 10:59:58 -06:00
parent dc3f3ba1cf
commit eff2ee392f

View File

@@ -13,7 +13,7 @@ on:
default: '3.0.15-ad1940b'
env:
REGISTRY: ghcr.io
REGISTRY: registry.samnet.dev
IMAGE_NAME: mtproxymax-telemt
jobs:
@@ -30,12 +30,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to GitHub Container Registry
- name: Log in to Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Create Dockerfile
run: |