chore: remove erroneous quotes from build docker args

This commit is contained in:
Christian Benincasa
2025-02-12 15:29:34 -05:00
parent deacd3dd11
commit 3c81f80a0f

View File

@@ -154,8 +154,8 @@ jobs:
build-args: |
base_image_tag=${{ matrix.builds.base_tag }}
is_edge_build=${{github.ref == format('refs/heads/{0}', 'dev') && github.event_name == 'schedule'}}
tunarr_build="${{ env.TUNARR_VERSION }}"
exec_target="${{ matrix.builds.target }}"
tunarr_build=${{ env.TUNARR_VERSION }}
exec_target=${{ matrix.builds.target }}
target: full-stack
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}