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,15 +0,0 @@
name: rockylinux
description: "Run rockylinux commands."
inputs:
#Note: Passing in "args" overwrites the arguments passed into the container directly.
args:
description: "Shell arguments to pass into Rocky Linux."
required: true
outputs:
console:
description: "The console output of the command."
runs:
using: docker
image: Dockerfile
args:
- ${{ inputs.args }}