mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
Update cd-manual.yml
fixed multiple build args
This commit is contained in:
parent
f9ff1474d8
commit
3d930576df
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cd-manual.yml
vendored
4
.github/workflows/cd-manual.yml
vendored
|
|
@ -29,7 +29,9 @@ 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 }}
|
||||
buildArgs: |
|
||||
DATABASE_TYPE=${{ matrix.db-type }}
|
||||
ALLOWED_FRAME_URLS=${{ inputs.allowed_frame_url }}
|
||||
registry: ghcr.io
|
||||
multiPlatform: true
|
||||
platform: linux/amd64,linux/arm64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue