mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
Update cd-manual.yml
Added allowed frame url build arg
This commit is contained in:
parent
de243fded5
commit
33ab3774f3
1 changed files with 6 additions and 2 deletions
6
.github/workflows/cd-manual.yml
vendored
6
.github/workflows/cd-manual.yml
vendored
|
|
@ -7,6 +7,10 @@ on:
|
|||
type: string
|
||||
description: Version
|
||||
required: true
|
||||
allowed_frame_url:
|
||||
type: string
|
||||
description: Allowed Frame Url
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -25,7 +29,7 @@ jobs:
|
|||
with:
|
||||
image: umami
|
||||
tags: ${{ matrix.db-type }}-${{ inputs.version }}, ${{ matrix.db-type }}-latest
|
||||
buildArgs: DATABASE_TYPE=${{ matrix.db-type }}
|
||||
buildArgs: DATABASE_TYPE=${{ matrix.db-type }} ALLOWED_FRAME_URLS=${{ inputs.allowed_frame_url || "https://deploy.polothemes.com"}}
|
||||
registry: ghcr.io
|
||||
multiPlatform: true
|
||||
platform: linux/amd64,linux/arm64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue