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:
parent
420ba4277d
commit
91e515b553
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@ -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 }}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "serverexpress",
|
||||
"version": "0.0.0",
|
||||
"name": "ClassworksKV",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www",
|
||||
|
Loading…
x
Reference in New Issue
Block a user