mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
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:
parent
dee41760cf
commit
6109957d50
3
.github/workflows/docker-meta.yml
vendored
3
.github/workflows/docker-meta.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user