Files
nerdctl-compose/action.yml
Your Name aba8f752bd
All checks were successful
Release / build-and-push (push) Successful in 33s
first commit
2025-08-23 17:39:37 +00:00

17 lines
374 B
YAML

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"