From 3d930576dfafb021d5b8331965135a89f03167eb Mon Sep 17 00:00:00 2001 From: er-santosh <101961700+er-santosh@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:14:47 +0545 Subject: [PATCH] Update cd-manual.yml fixed multiple build args --- .github/workflows/cd-manual.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd-manual.yml b/.github/workflows/cd-manual.yml index 284126cbc..f408cfe4d 100644 --- a/.github/workflows/cd-manual.yml +++ b/.github/workflows/cd-manual.yml @@ -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