Fix build badge

This commit is contained in:
Xiaonan Shen 2020-04-15 00:37:29 -07:00
parent f8e83cf877
commit e87578844e
No known key found for this signature in database
GPG Key ID: 211BF560D12417F5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
name: build
on:
push:
tags:

View File

@ -1,8 +1,9 @@
# ProtonMail IMAP/SMTP Bridge Docker Container
![version badge](https://img.shields.io/docker/v/shenxn/protonmail-bridge)
![build badge](https://img.shields.io/docker/cloud/build/shenxn/protonmail-bridge)
![tag badge](https://img.shields.io/github/v/tag/shenxn/protonmail-bridge-docker)
![image size badge](https://img.shields.io/docker/image-size/shenxn/protonmail-bridge/latest)
![build badge](https://github.com/shenxn/protonmail-bridge-docker/workflows/.github/workflows/main.yaml/badge.svg)
This is an unofficial Docker container of the [ProtonMail Bridge](https://protonmail.com/bridge/). Some of the scripts are based on [Hendrik Meyer's work](https://gitlab.com/T4cC0re/protonmail-bridge-docker).