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.
This commit is contained in:
Darragh Bailey 2022-11-04 14:02:33 +00:00 committed by GitHub
parent dee41760cf
commit 6109957d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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