From cf2bcda15dc3ea099f684a65cf075ecfa6f7509c 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:17:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20metadata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-build-push/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-build-push/action.yml b/docker-build-push/action.yml index 8599327..9a2048a 100644 --- a/docker-build-push/action.yml +++ b/docker-build-push/action.yml @@ -46,8 +46,8 @@ runs: # 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