From 09d60bf8fe8d014e271073b28daf6083312c7754 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Tue, 5 Dec 2023 16:22:43 +0100 Subject: [PATCH] ci: fix including newline in docker ref Fix errors when generating beta manifests due to the docker image name containing a newline character. Signed-off-by: David Bauer --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43e9f53..8ce8710 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -284,12 +284,12 @@ jobs: uses: freifunk-gluon/action-build@v1 if: ${{ needs.build-meta.outputs.manifest-beta != '0' }} with: - container-version: | + container-version: >- ${{ needs.build-meta.outputs.container-version }} gluon-path: "gluon-gha-data/gluon" make-target: manifest autoupdater-branch: beta - release: | + release: >- ${{ needs.build-meta.outputs.release-version }} priority: 1