Skip to content

Commit

Permalink
chore: remove docker hub badge
Browse files Browse the repository at this point in the history
Until whatever steps necessary are taken to fix automated docker builds, the badge isn't really helpful here.
  • Loading branch information
nilslice authored Oct 17, 2022
1 parent 3a50e6b commit 1d452d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Track your .proto files and prevent changes to messages and services which impac

[![CircleCI](https://circleci.com/gh/nilslice/protolock/tree/master.svg?style=svg)](https://circleci.com/gh/nilslice/protolock/tree/master)
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/nilslice/protolock)
[![Docker](https://img.shields.io/docker/cloud/build/nilslice/protolock.svg)](https://hub.docker.com/r/nilslice/protolock)

## Why

Ever _accidentally_ break your API compatibility while you're busy fixing problems? You may have forgotten to reserve the field number of a message or you re-ordered fields after removing a property. Maybe a new team member was not familiar with the backward-compatibility of Protocol Buffers and made an easy mistake.
Expand Down

0 comments on commit 1d452d1

Please sign in to comment.