Update cd-manual.yml

removed default allowed frame url
This commit is contained in:
er-santosh 2024-07-30 14:08:39 +05:45 committed by GitHub
parent 33ab3774f3
commit f9ff1474d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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