Skip to content

Commit

Permalink
Merge pull request #169 from openzim/fix-docker-badge
Browse files Browse the repository at this point in the history
Fix Docker badge
  • Loading branch information
kelson42 committed Dec 3, 2022
2 parents 7b9f7e7 + 3e3bf76 commit ce06453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ npm i && npm start
The above will eventually output a ZIM file to ```dist/```

[![Build Status](https://github.com/openzim/phet/workflows/CI/badge.svg?query=branch%3Amaster)](https://github.com/openzim/phet/actions?query=branch%3Amaster)
[![Docker Build Status](![Docker Image Version (latest semver)](https://img.shields.io/docker/v/openzim/phet?label=docker&sort=semver))](https://hub.docker.com/r/openzim/phet)
[![latest ZIM releases](https://img.shields.io/badge/latest-ZIM-%23ff4365)](https://download.kiwix.org/zim/phet/)
[![Docker Image](https://img.shields.io/docker/v/openzim/phet?arch=amd64&label=docker&sort=semver)](https://hub.docker.com/r/openzim/phet)
[![Latest ZIM releases](https://img.shields.io/badge/latest-ZIM-%23ff4365)](https://download.kiwix.org/zim/phet/)
[![CodeFactor](https://www.codefactor.io/repository/github/openzim/phet/badge)](https://www.codefactor.io/repository/github/openzim/phet)

## Command line arguments
Expand Down

0 comments on commit ce06453

Please sign in to comment.