summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Ruhland <felipe.ruhland@gmail.com>2021-02-26 21:59:35 +0100
committerFelipe Ruhland <felipe.ruhland@gmail.com>2021-02-26 22:02:55 +0100
commitd836bb8703959128e5ce274e3b5186a797760303 (patch)
tree205533ba4c1c6cb560cb8661ec28204df4684622
parent55f405e04a91ddbbc26aa738bd3cb41bd28f8dbd (diff)
downloaddocker-py-d836bb8703959128e5ce274e3b5186a797760303.tar.gz
Fix continuous integration status badged
https://docs.github.com/en/actions/managing-workflow-runs/ adding-a-workflow-status-badge Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ce684b..4fc31f7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Docker SDK for Python
-[![Build Status](https://travis-ci.org/docker/docker-py.svg?branch=master)](https://travis-ci.org/docker/docker-py)
+[![Build Status](https://github.com/docker/docker-py/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/docker/docker-py/actions/workflows/ci.yml/)
A Python library for the Docker Engine API. It lets you do anything the `docker` command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.