fix: update IMAGE_NAME in Docker build workflow to use a specific repository name

This commit is contained in:
krau
2025-12-18 19:08:43 +08:00
parent 1a7747c2d2
commit 87e8836c78

View File

@@ -7,7 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: krau/saveany-bot
concurrency:
group: docker-build-${{ github.repository }}