Update docker-image.yml

main
Katelya 2025-08-31 15:06:16 +08:00 committed by GitHub
parent 8be43f46e8
commit 3fbab6c512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ toLower(github.repository) }}
jobs:
build-and-push:
runs-on: ubuntu-latest