mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore: remove erroneous quotes from build docker args
This commit is contained in:
4
.github/workflows/build-and-push-docker.yml
vendored
4
.github/workflows/build-and-push-docker.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user