fix: lowercase GHCR image name
This commit is contained in:
@@ -12,7 +12,7 @@ on:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
IMAGE_NAME: ghcr.io/mytheclipse/proxy-bun
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user