Skip to content

Commit a60bd9a

Browse files
author
Ulysses Souza
authored
Merge pull request #2781 from feliperuhland/fix-readme-badge
Fix continuous integration status badged
2 parents 30d482d + d836bb8 commit a60bd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker SDK for Python
22

3-
[![Build Status](https://travis-ci.org/docker/docker-py.svg?branch=master)](https://travis-ci.org/docker/docker-py)
3+
[![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/)
44

55
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.
66

0 commit comments

Comments
 (0)