diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 920542b72..b4de54992 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,20 +2,6 @@ name: Create docker images on: [create] -env: - # set Docker OCI Labels - DOCKER_LABELS: > - org.opencontainers.image.title=${{github.event.repository.name}}, - org.opencontainers.image.description="Umami is a simple, fast, privacy-focused alternative to Google Analytics", - org.opencontainers.image.vendor=${{github.repository_owner}}, - org.opencontainers.image.licenses="MIT", - org.opencontainers.image.version=${{github.ref_name}}, - org.opencontainers.image.source=${{github.server_url}}/${{github.repository}}, - org.opencontainers.image.revision=${{github.sha}}, - org.opencontainers.image.url="https://umami.is/", - org.opencontainers.image.documentation="https://umami.is/docs", - org.opencontainers.image.base.name="docker.io/library/node:18-alpine" - jobs: build: name: Build, push, and deploy @@ -39,7 +25,6 @@ jobs: with: image: umami tags: ${{ matrix.db-type }}-${{ env.RELEASE_VERSION }}, ${{ matrix.db-type }}-latest - labels: $DOCKER_LABELS buildArgs: DATABASE_TYPE=${{ matrix.db-type }} registry: ghcr.io multiPlatform: true @@ -53,7 +38,6 @@ jobs: with: image: umamisoftware/umami tags: ${{ matrix.db-type }}-${{ env.RELEASE_VERSION }}, ${{ matrix.db-type }}-latest - labels: $DOCKER_LABELS buildArgs: DATABASE_TYPE=${{ matrix.db-type }} registry: docker.io username: ${{ secrets.DOCKER_USERNAME }} diff --git a/package.json b/package.json index 4a38c4e84..0124f360b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "umami", - "version": "2.10.0", + "version": "2.10.1", "description": "A simple, fast, privacy-focused alternative to Google Analytics.", - "author": "Mike Cao ", + "author": "Umami Software, Inc. ", "license": "MIT", "homepage": "https://umami.is", "repository": { diff --git a/src/app/(main)/settings/websites/[websiteId]/WebsiteData.tsx b/src/app/(main)/settings/websites/[websiteId]/WebsiteData.tsx index 080b9b5ce..ed2a40465 100644 --- a/src/app/(main)/settings/websites/[websiteId]/WebsiteData.tsx +++ b/src/app/(main)/settings/websites/[websiteId]/WebsiteData.tsx @@ -33,23 +33,21 @@ export function WebsiteData({ websiteId, onSave }: { websiteId: string; onSave?: return ( <> - {process.env.cloudMode && ( - - - - - {(close: () => void) => ( - - )} - - - - )} + + + + + {(close: () => void) => ( + + )} + + +