From aca6c13ecb22dbe9047fc45ab2bdca4ddec17cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 9 Oct 2024 11:34:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20docker-build-push?= =?UTF-8?q?=20action.yml=20=E4=B8=AD=E7=9A=84=20context=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-build-push/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build-push/action.yml b/docker-build-push/action.yml index 611c9d3..7e2f47c 100644 --- a/docker-build-push/action.yml +++ b/docker-build-push/action.yml @@ -54,7 +54,7 @@ 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 }}