From ef608f866e77855ba29c6495b979118fc44ea833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20sep-tags:=20\n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-build-push/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-build-push/action.yml b/docker-build-push/action.yml index 9a2048a..de4de49 100644 --- a/docker-build-push/action.yml +++ b/docker-build-push/action.yml @@ -42,12 +42,12 @@ runs: id: meta uses: docker/metadata-action@v5 # https://github.com/docker/metadata-action with: - context: 'git' + context: git # flavor images: ${{ inputs.metadata_images }} tags: ${{ inputs.metadata_tags }} - # sep-tags: '\n' - # sep-labels: '\n' + sep-tags: \n + sep-labels: \n - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx