From 0af09a557be76f196c15dabb75de312072bf1ff4 Mon Sep 17 00:00:00 2001 From: Steffen <30478030+snpz@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:13:08 +0100 Subject: [PATCH] add missing pipe for images in meta step new-lines without pipe don't get treated as newlines, see https://yaml-multiline.info/ --- .github/workflows/ci-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 23c97ca9..46e064d9 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -30,7 +30,7 @@ jobs: id: docker_action_meta uses: docker/metadata-action@v4.0.1 with: - images: + images: | name=ghcr.io/${{ github.repository }}/container name=andrewgaul/s3proxy,enable=${{ env.dockerhub_publish }} flavor: |