From 05f017a190988406d9e594adf2e23b79f460418b Mon Sep 17 00:00:00 2001 From: ange <ange@yw5n.com> Date: Sat, 1 Feb 2025 17:12:54 +0000 Subject: [PATCH] feat: gitea action --- README.md | 9 ++++++++- action.yml | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 action.yml diff --git a/README.md b/README.md index 590d40c..5998847 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # docker-flutter -## Examples + +## Action +```yaml +- uses: icing/flutter@main +``` + +## Docker image +### Examples - Run ```bash docker volume create --ignore fluttercache diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..80f4382 --- /dev/null +++ b/action.yml @@ -0,0 +1,3 @@ +runs: + using: docker + image: Dockerfile