From 71bbecf3a23bd8d7b7d82bfe10ca3dbb1cb0ad95 Mon Sep 17 00:00:00 2001 From: smf Date: Tue, 5 Mar 2024 17:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9F=BA=E7=A1=80=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 805aa55..05f9751 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker/compose:1.29.2 +FROM docker/compose-bin LABEL 'name'='Docker Deployment Action' LABEL 'com.github.actions.name'='Docker Deployment'