1
0
mirror of https://github.com/ZeroCatDev/ClassworksKV.git synced 2025-07-01 20:09:23 +00:00

Update Docker publish workflow to use lowercase image names for consistency across MySQL, PostgreSQL, and SQLite images.

This commit is contained in:
SunWuyuan 2025-05-24 16:36:40 +08:00
parent 14d3587720
commit 2d20755a0c
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -8,9 +8,9 @@ on:
env:
REGISTRY: ghcr.io
MYSQL_IMAGE_NAME: ZeroCatDev/Classworks-mysql
POSTGRES_IMAGE_NAME: ZeroCatDev/Classworks-postgres
SQLITE_IMAGE_NAME: ZeroCatDev/Classworks-sqlite
MYSQL_IMAGE_NAME: ZeroCatDev/classworks-mysql
POSTGRES_IMAGE_NAME: ZeroCatDev/classworks-postgres
SQLITE_IMAGE_NAME: ZeroCatDev/classworks-sqlite
jobs:
build-and-push: