From d30689827296a54729a6032820cf72a0a461a0c7 Mon Sep 17 00:00:00 2001 From: ange Date: Sun, 2 Feb 2025 01:19:23 +0000 Subject: [PATCH] feat(action): pull image instead of rebuild --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 80f4382..f0adf99 100644 --- a/action.yml +++ b/action.yml @@ -1,3 +1,3 @@ runs: using: docker - image: Dockerfile + image: git.gmoker.com/icing/flutter:main