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