Skip to content

Commit

Permalink
ci: fix including newline in docker ref
Browse files Browse the repository at this point in the history
Fix errors when generating beta manifests due to the docker image name
containing a newline character.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Dec 5, 2023
1 parent f26dfd5 commit 09d60bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 09d60bf

Please sign in to comment.