summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlysses Souza <ulysses.souza@docker.com>2021-03-29 22:06:31 +0200
committerGitHub <noreply@github.com>2021-03-29 22:06:31 +0200
commita60bd9a4548dbf8174dd2abbc426066358d434cc (patch)
treeb2bf8906fcffb511c36d9a07a3fb6581a0a00d6c
parent30d482d359776d863f13bc2a9a6f76c19b7b75af (diff)
parentd836bb8703959128e5ce274e3b5186a797760303 (diff)
downloaddocker-py-a60bd9a4548dbf8174dd2abbc426066358d434cc.tar.gz
Merge pull request #2781 from feliperuhland/fix-readme-badge
Fix continuous integration status badged
-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.