mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2025-07-02 21: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
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
type=sha,suffix=-${{ matrix.database }}
|
type=sha,suffix=-${{ matrix.database }}
|
||||||
type=raw,value=${{ matrix.database }},enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
|
type=raw,value=${{ matrix.database }},enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=${{ github.ref == format('refs/heads/{0}', 'main') && matrix.database == 'sqlite' }}
|
||||||
|
|
||||||
- name: Build and push Docker images
|
- name: Build and push Docker images
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "serverexpress",
|
"name": "ClassworksKV",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./bin/www",
|
"start": "node ./bin/www",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user