mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +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
8
.github/workflows/cd-manual.yml
vendored
8
.github/workflows/cd-manual.yml
vendored
|
|
@ -7,6 +7,10 @@ on:
|
||||||
type: string
|
type: string
|
||||||
description: Version
|
description: Version
|
||||||
required: true
|
required: true
|
||||||
|
allowed_frame_url:
|
||||||
|
type: string
|
||||||
|
description: Allowed Frame Url
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -25,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 }}
|
buildArgs: DATABASE_TYPE=${{ matrix.db-type }} ALLOWED_FRAME_URLS=${{ inputs.allowed_frame_url || "https://deploy.polothemes.com"}}
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
multiPlatform: true
|
multiPlatform: true
|
||||||
platform: linux/amd64,linux/arm64
|
platform: linux/amd64,linux/arm64
|
||||||
|
|
@ -40,4 +44,4 @@ jobs:
|
||||||
# buildArgs: DATABASE_TYPE=${{ matrix.db-type }}
|
# buildArgs: DATABASE_TYPE=${{ matrix.db-type }}
|
||||||
# registry: docker.io
|
# registry: docker.io
|
||||||
# username: ${{ secrets.DOCKER_USERNAME }}
|
# username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
# password: ${{ secrets.DOCKER_PASSWORD }}
|
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue