Remove minio client container

This commit is contained in:
asonix 2024-02-10 13:00:37 -06:00
parent e1c9daee35
commit 86923a8196
2 changed files with 0 additions and 19 deletions

View file

@ -1,7 +0,0 @@
FROM minio/mc:latest
RUN mkdir -p /workdir
WORKDIR /workdir
ADD ./ .
ENTRYPOINT ["bash", "-c"]

View file

@ -1,12 +0,0 @@
name: "Minio Client"
description: "Run the minio client in the project directory"
author: "asonix"
inputs:
args:
description: Commands to run in the minio-client environment
required: true
runs:
using: "docker"
image: "Dockerfile"
args:
- "'${{ input.args }}'"