From f9ff1474d816ddb8f2d02c719f425ccb0f8ac315 Mon Sep 17 00:00:00 2001 From: er-santosh <101961700+er-santosh@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:08:39 +0545 Subject: [PATCH] Update cd-manual.yml removed default allowed frame url --- .github/workflows/cd-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-manual.yml b/.github/workflows/cd-manual.yml index 2ed6ae4ec..284126cbc 100644 --- a/.github/workflows/cd-manual.yml +++ b/.github/workflows/cd-manual.yml @@ -29,7 +29,7 @@ jobs: with: image: umami tags: ${{ matrix.db-type }}-${{ inputs.version }}, ${{ matrix.db-type }}-latest - buildArgs: DATABASE_TYPE=${{ matrix.db-type }} ALLOWED_FRAME_URLS=${{ inputs.allowed_frame_url || "https://deploy.polothemes.com"}} + buildArgs: DATABASE_TYPE=${{ matrix.db-type }} ALLOWED_FRAME_URLS=${{ inputs.allowed_frame_url }} registry: ghcr.io multiPlatform: true platform: linux/amd64,linux/arm64