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

Rename project from "serverexpress" to "ClassworksKV" and update version to 1.0.0 in package.json.

This commit is contained in:
SunWuyuan 2025-05-24 16:28:56 +08:00
parent 420ba4277d
commit 91e515b553
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64
2 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ jobs:
type=sha,suffix=-${{ matrix.database }}
type=raw,value=${{ matrix.database }},enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
flavor: |
latest=false
latest=${{ github.ref == format('refs/heads/{0}', 'main') && matrix.database == 'sqlite' }}
- name: Build and push Docker images
uses: docker/build-push-action@v5
@ -54,4 +54,4 @@ jobs:
DATABASE_TYPE=${{ matrix.database }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

View File

@ -1,6 +1,6 @@
{
"name": "serverexpress",
"version": "0.0.0",
"name": "ClassworksKV",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",