setup-compose-action/action.yml
CrazyMax 9a3285656d
node 24 as default runtime
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2026-03-02 14:28:30 +01:00

21 lines
490 B
YAML

# https://help.github.com/en/articles/metadata-syntax-for-github-actions
name: 'Docker Setup Compose'
description: 'Set up Docker Compose'
author: 'docker'
branding:
icon: 'anchor'
color: 'blue'
inputs:
version:
description: 'Compose version. (eg. v2.32.4)'
required: false
cache-binary:
description: 'Cache compose binary to GitHub Actions cache backend'
default: 'true'
required: false
runs:
using: 'node24'
main: 'dist/index.js'
post: 'dist/index.js'