Skip to content

Commit c8c73e5

Browse files
committed
README
1 parent be348a2 commit c8c73e5

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- stage: build
1919
name: "Cyberduck CLI on ubuntu:latest"
2020
script:
21-
- docker build -t $DOCKER_REPO:latest
21+
- docker build -t $DOCKER_REPO:latest latest
2222
- if [ "$TRAVIS_BRANCH" = "master" ]; then docker push $DOCKER_REPO; docker tag $DOCKER_REPO:latest; fi
2323

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# docker-cyberduck
2-
Cyberduck CLI on Docker
1+
# Cyberduck CLI on Docker
2+
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

Comments
 (0)