mirror of
https://github.com/ViViDboarder/drone-webdav.git
synced 2026-06-14 05:12:42 +08:00
Defaults to WEBDAV_* for username and password if not provided (#1)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ FROM alpine
|
||||
MAINTAINER ViViDboarder <ViViDboarder@gmail.com>
|
||||
|
||||
RUN apk -Uuv add curl ca-certificates
|
||||
ADD push.sh /bin/
|
||||
COPY push.sh /bin/
|
||||
RUN chmod +x /bin/push.sh
|
||||
|
||||
ENTRYPOINT /bin/push.sh
|
||||
|
||||
Reference in New Issue
Block a user