fix: lowercase GHCR image name
This commit is contained in:
@@ -12,7 +12,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ghcr.io/mytheclipse/proxy-bun
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
|
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
|
||||||
|
|
||||||
echo "=== Pulling latest image ==="
|
echo "=== Pulling latest image ==="
|
||||||
docker pull ghcr.io/${{ github.repository }}:latest
|
docker pull ghcr.io/mytheclipse/proxy-bun:latest
|
||||||
|
|
||||||
echo "=== Stopping old container ==="
|
echo "=== Stopping old container ==="
|
||||||
cd /opt/edge-proxy
|
cd /opt/edge-proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user