mirror of
https://github.com/lovellfelix/minio-deploy-action.git
synced 2025-12-10 11:11:14 +00:00
Add downloaded mc binary to PATH
This commit is contained in:
@@ -5,7 +5,8 @@ RUN apt-get update && \
|
||||
|
||||
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc \
|
||||
&& chmod +x mc \
|
||||
&& ./mc --help
|
||||
&& echo $(pwd) >> $GITHUB_PATH \
|
||||
&& mc --help
|
||||
|
||||
# Copies your code file from your action repository to the filesystem path `/` of the container
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user