We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be348a2 commit c8c73e5Copy full SHA for c8c73e5
.travis.yml
@@ -18,6 +18,6 @@ jobs:
18
- stage: build
19
name: "Cyberduck CLI on ubuntu:latest"
20
script:
21
- - docker build -t $DOCKER_REPO:latest
+ - docker build -t $DOCKER_REPO:latest latest
22
- if [ "$TRAVIS_BRANCH" = "master" ]; then docker push $DOCKER_REPO; docker tag $DOCKER_REPO:latest; fi
23
README.md
@@ -1,2 +1,10 @@
1
-# docker-cyberduck
2
-Cyberduck CLI on Docker
+# Cyberduck CLI on Docker
+
3
+https://hub.docker.com/r/zielonafabryka/cyberduck
4
5
+```bash
6
+docker pull zielonafabryka/cyberduck
7
+```
8
9
+## Author
10
+* Paweł 'felixd' Wojciechowski - [Outsourcing IT - Konopnickiej.Com](https://konopnickiej.com)
0 commit comments