first commit
Some checks failed
Release / build-and-push (push) Failing after 55s

This commit is contained in:
Your Name
2025-08-23 09:05:08 +00:00
commit 283a30ec3d
4 changed files with 58 additions and 0 deletions

16
action.yml Normal file
View File

@@ -0,0 +1,16 @@
name: "Nerdctl Compose Action"
description: "在容器中使用 nerdctl 启动容器"
author: "coocn"
inputs:
file:
description: "要启动的Compose配置文件路径"
required: true
args:
description: "传递给 nerdctl 的参数"
required: false
default: up -d
runs:
using: "docker"
image: "docker://ghcr.io/${{ github.repository }}:latest"