Added MinIO

This commit is contained in:
2023-04-27 23:18:14 -07:00
parent 0e2ef14a5a
commit a02e1dc69b
15 changed files with 212 additions and 101 deletions

View File

@@ -1,11 +1,11 @@
name: "dotnet"
description: "Runs the specified dotnet command."
name: dotnet
description: "Run a dotnet command."
inputs:
command:
description: "The command to run."
description: "Dotnet command to run."
required: false
runs:
using: docker
image: Dockerfile
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.command }}
- ${{ inputs.command }}