diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index e247d73..aff5f1d 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} diff --git a/package.json b/package.json index 4416e40..f3e96dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "serverexpress", - "version": "0.0.0", + "name": "ClassworksKV", + "version": "1.0.0", "private": true, "scripts": { "start": "node ./bin/www",