fix: lowercase GHCR image name

This commit is contained in:
MythEclipse
2026-06-19 19:11:38 +07:00
parent 17338a7dca
commit 2d3776b54b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ghcr.io/mytheclipse/proxy-bun
jobs:
build-and-push:
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
echo "=== Pulling latest image ==="
docker pull ghcr.io/${{ github.repository }}:latest
docker pull ghcr.io/mytheclipse/proxy-bun:latest
echo "=== Stopping old container ==="
cd /opt/edge-proxy