Update cd-manual.yml

fixed multiple build args
This commit is contained in:
er-santosh 2024-07-30 14:14:47 +05:45 committed by GitHub
parent f9ff1474d8
commit 3d930576df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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