From 6109957d508e6e389df36df7e23238c174900ede Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Fri, 4 Nov 2022 14:02:33 +0000 Subject: [PATCH] Attempt to treat image names as text block (#1659) Passing the image names directly to an input variable appears to result in encoding the newline intended to provide a second name to be built and have tags appended. --- .github/workflows/docker-meta.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-meta.yml b/.github/workflows/docker-meta.yml index c8352e5..1d143e8 100644 --- a/.github/workflows/docker-meta.yml +++ b/.github/workflows/docker-meta.yml @@ -41,7 +41,8 @@ jobs: id: metadata uses: docker/metadata-action@v4 with: - images: ${{ steps.docker_image_names.outputs.image_names }} + images: | + ${{ steps.docker_image_names.outputs.image_names }} tags: | # nightly type=schedule