diff --git a/.env.test b/.env.test index e05d1c4..dfd10a7 100644 --- a/.env.test +++ b/.env.test @@ -1,2 +1,2 @@ NEXT_PUBLIC_ARKE_SERVER_URL=http://localhost:4000 -NEXT_MULTIPROJECT=true +NEXT_PUBLIC_MULTIPROJECT=true diff --git a/.github/workflows/build-push-docker.yml b/.github/workflows/build-push-docker.yml index 821fb03..23c8ae1 100644 --- a/.github/workflows/build-push-docker.yml +++ b/.github/workflows/build-push-docker.yml @@ -1,6 +1,7 @@ name: Publish Docker image on: + workflow_dispatch: push: tags: - "v[0-9]+.[0-9]+.[0-9]+" diff --git a/.github/workflows/pr-build-test.yml b/.github/workflows/pr-build-test.yml index f46afe3..85e3167 100644 --- a/.github/workflows/pr-build-test.yml +++ b/.github/workflows/pr-build-test.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v4 with: version: latest - name: Install dependencies diff --git a/.licenserc.yaml b/.licenserc.yaml index 7b40cd7..d3a0ea2 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -14,8 +14,9 @@ header: - 'LICENSE' - 'NOTICE' - 'Dockerfile' + - 'entrypoint.sh' - '.env*' - '.github/**' - '.gitignore' - comment: on-failure \ No newline at end of file + comment: on-failure