mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
Update cd-manual.yml
removed default allowed frame url
This commit is contained in:
parent
33ab3774f3
commit
f9ff1474d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd-manual.yml
vendored
2
.github/workflows/cd-manual.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
image: umami
|
image: umami
|
||||||
tags: ${{ matrix.db-type }}-${{ inputs.version }}, ${{ matrix.db-type }}-latest
|
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
|
registry: ghcr.io
|
||||||
multiPlatform: true
|
multiPlatform: true
|
||||||
platform: linux/amd64,linux/arm64
|
platform: linux/amd64,linux/arm64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue