ARGS pass through props feature

Added ARGS option
Added some more examples
This commit is contained in:
SamKirkland
2019-09-15 23:56:38 -05:00
parent 25b4cb7043
commit 2c3915c100
7 changed files with 136 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.10
LABEL version="1.0.0"
LABEL repository="https://github.com/SamKirkland/FTP-Deploy-Action"